constant Twig_Lexer::REGEX_NAME in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/lib/Twig/Lexer.php \Twig_Lexer::REGEX_NAME
File
- vendor/
twig/ twig/ lib/ Twig/ Lexer.php, line 42
Class
- Twig_Lexer
- Lexes a template string.
Code
const REGEX_NAME = '/[a-zA-Z_\\x7f-\\xff][a-zA-Z0-9_\\x7f-\\xff]*/A';