You are here

constant UuidValidator::LOOSE_PATTERN in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Constraints/UuidValidator.php \Symfony\Component\Validator\Constraints\UuidValidator::LOOSE_PATTERN

Deprecated

since version 2.6, to be removed in 3.0

File

vendor/symfony/validator/Constraints/UuidValidator.php, line 68

Class

UuidValidator
Validates whether the value is a valid UUID per RFC 4122.

Namespace

Symfony\Component\Validator\Constraints

Code

const LOOSE_PATTERN = '/^[a-f0-9]{4}(?:-?[a-f0-9]{4}){7}$/i';