RegExp.php
35 throw new ConfigurationException("No 'pattern' given in regexp options: ".json_encode($options));
ValidateType defines the interface for all validator classes.
Definition: ValidateType.php:18
validate($value, $options=null, $context=null)
Definition: RegExp.php:33
ConfigurationException signals an exception in the configuration.
Definition: ConfigurationException.php:18
RegExp validates against the given regular expression.
Definition: RegExp.php:27