constant Twig_Lexer::REGEX_NAME in Translation template extractor 7.2
Same name and namespace in other branches
- 6.3 vendor/Twig/Lexer.php \Twig_Lexer::REGEX_NAME
- 7.3 vendor/Twig/Lexer.php \Twig_Lexer::REGEX_NAME
File
- vendor/
Twig/ Lexer.php, line 41
Class
- Twig_Lexer
- Lexes a template string.
Code
const REGEX_NAME = '/[a-zA-Z_\\x7f-\\xff][a-zA-Z0-9_\\x7f-\\xff]*/A';