constant Twig_Lexer::REGEX_DQ_STRING_PART

File

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

Class

Twig_Lexer
Lexes a template string.

Code

const REGEX_DQ_STRING_PART = '/[^#"\\\\]*(?:(?:\\\\.|#(?!\\{))[^#"\\\\]*)*/As';