Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php50 const REGEX_NUMBER = '/[0-9]+(?:\.[0-9]+)?/A'; define in Twig\\Lexer
257 elseif (preg_match(self::REGEX_NUMBER, $this->code, $match, null, $this->cursor)) {