Class flFormValidatorRegex
flFormValidatorRegex Class
Verify the input is a valid against a regular expression.
- flFormValidator
- flFormValidatorRegex
Direct known subclasses
flFormValidatorEmail
,
flFormValidatorInteger
,
flFormValidatorMultiEmail
,
flFormValidatorNumber
,
flFormValidatorUri
Package: fusionLib
Copyright: Copyright (c) 2007 - 2013 fusionLib. All rights reserved.
Located at system/libs/Form/flFormValidatorRegex.php
Copyright: Copyright (c) 2007 - 2013 fusionLib. All rights reserved.
Located at system/libs/Form/flFormValidatorRegex.php
Methods summary
public
|
#
__construct( string $regex, string $message = null, string $default = null )
Construct the validator. |
public
boolean
|
|
public
array
|
Methods inherited from flFormValidator
getAJAXCallback()
,
getClientMsg()
,
getMessage()
,
replaceTags()
Properties summary
protected
string
|
$regex
The regualr expression to test against. |