constant Twig_Lexer::REGEX_DQ_STRING_DELIM in Translation template extractor 6.3
Same name and namespace in other branches
- 7.3 vendor/Twig/Lexer.php \Twig_Lexer::REGEX_DQ_STRING_DELIM
- 7.2 vendor/Twig/Lexer.php \Twig_Lexer::REGEX_DQ_STRING_DELIM
File
- vendor/
Twig/ Lexer.php, line 45
Class
- Twig_Lexer
- Lexes a template string.
Code
const REGEX_DQ_STRING_DELIM = '/"/A';