constant Twig_Lexer::REGEX_NUMBER in Translation template extractor 7.2
Same name and namespace in other branches
- 6.3 vendor/Twig/Lexer.php \Twig_Lexer::REGEX_NUMBER
- 7.3 vendor/Twig/Lexer.php \Twig_Lexer::REGEX_NUMBER
File
- vendor/
Twig/ Lexer.php, line 42
Class
- Twig_Lexer
- Lexes a template string.
Code
const REGEX_NUMBER = '/[0-9]+(?:\\.[0-9]+)?/A';