Validator.php
Go to the documentation of this file.
customizable validator for input elements
Definition Closure.php:12
static isValid($input)
Returns a bool value indicating whether or not the input passes the given element's validation criter...
Definition Validator.php:115
getPatternAttribute()
returns validators' regular expression as HTML5 pattern attribute
Definition Validator.php:102
Validators for HTML input-elements.