constant UuidValidator::STRICT_PATTERN in Plug 7
Deprecated
Deprecated since Symfony 2.6, to be removed in 3.0
File
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Constraints/ UuidValidator.php, line 61
Class
- UuidValidator
- Validates whether the value is a valid UUID per RFC 4122.
Namespace
Symfony\Component\Validator\ConstraintsCode
const STRICT_PATTERN = '/^[a-f0-9]{8}-[a-f0-9]{4}-[%s][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$/i';