Public Member Functions | |
| __construct ($regexp) | |
| isValid ($value) | |
Protected Attributes | |
| $regexp | |
Validator that uses a PCRE regular expression to check a value
Definition at line 185 of file validator.lib.php.
| __construct | ( | $ | regexp | ) |
| string | $regexp PCRE regular expression |
Definition at line 192 of file validator.lib.php.
| isValid | ( | $ | value | ) |
Implements Claro_Validator.
Definition at line 200 of file validator.lib.php.
$regexp [protected] |
Definition at line 187 of file validator.lib.php.
1.6.3