$value
$value : mixed
Validator value to test against
RegEx validator class
setValue(mixed  $value) : \Pop\Validator\AbstractValidator
                Set the validator value
| mixed | $value | 
setMessage(string  $msg = null) : \Pop\Validator\AbstractValidator
                Set the validator condition
| string | $msg | 
setInput(mixed  $input = null) : \Pop\Validator\AbstractValidator
                Set the validator input
| mixed | $input | 
setNumberToSatisfy(integer  $numberToSatisfy) : \Pop\Validator\RegEx
                Set the number to satisfy
| integer | $numberToSatisfy |