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