File path: dist/twist/Core/Utilities/Validate.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
postcode
— Validate a UK postcode
Name | Description |
---|---|
$strPostcode | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strPostcode = 'foo';
//Call the function postcode with the example vars
Twist::Validate() -> postcode($strPostcode);