Home
last modified time | relevance | path

Searched refs:getHexRegex (Results 1 – 1 of 1) sorted by relevance

/template/strap/vendor/symfony/yaml/
H A DInline.php195 case Parser::preg_match(self::getHexRegex(), $value):
687 case Parser::preg_match(self::getHexRegex(), $scalar):
807 private static function getHexRegex(): string function in Symfony\\Component\\Yaml\\Inline