Searched refs:REGEX_NUMBER (Results 1 – 1 of 1) sorted by relevance
50 const REGEX_NUMBER = '/[0-9]+(?:\.[0-9]+)?/A'; define in Twig\\Lexer257 elseif (preg_match(self::REGEX_NUMBER, $this->code, $match, null, $this->cursor)) {