constant Twig_Lexer::REGEX_STRING in Translation template extractor 7.2
Same name and namespace in other branches
- 6.3 vendor/Twig/Lexer.php \Twig_Lexer::REGEX_STRING
- 7.3 vendor/Twig/Lexer.php \Twig_Lexer::REGEX_STRING
File
- vendor/
Twig/ Lexer.php, line 43
Class
- Twig_Lexer
- Lexes a template string.
Code
const REGEX_STRING = '/"([^#"\\\\]*(?:\\\\.[^#"\\\\]*)*)"|\'([^\'\\\\]*(?:\\\\.[^\'\\\\]*)*)\'/As';