Searched refs:REGEX_DQ_STRING_PART (Results 1 – 1 of 1) sorted by relevance
53 const REGEX_DQ_STRING_PART = '/[^#"\\\\]*(?:(?:\\\\.|#(?!\{))[^#"\\\\]*)*/As'; define in Twig\\Lexer339 …} elseif (preg_match(self::REGEX_DQ_STRING_PART, $this->code, $match, null, $this->cursor) && \str…