constant Twig_Lexer::REGEX_NUMBER

File

drupal/core/vendor/twig/twig/lib/Twig/Lexer.php, line 43

Class

Twig_Lexer
Lexes a template string.

Code

const REGEX_NUMBER = '/[0-9]+(?:\\.[0-9]+)?/A';