Searched refs:escapePattern (Results 1 – 2 of 2) sorted by relevance
29 private $escapePattern; variable in Symfony\\Component\\CssSelector\\Parser\\Tokenizer\\TokenizerPatterns44 $this->escapePattern = $this->unicodeEscapePattern.'|\\\\[^\n\r\f0-9a-f]';45 $this->stringEscapePattern = $this->newLineEscapePattern.'|'.$this->escapePattern;47 $this->nmCharPattern = '[_a-z0-9-]|'.$this->escapePattern.'|'.$this->nonAsciiPattern;48 $this->nmStartPattern = '[_a-z]|'.$this->escapePattern.'|'.$this->nonAsciiPattern;
25725 …var escapePattern = "[".concat(formatterOptions.delimiter).concat(lodash_escaperegexp_1.default(fo…25726 this.ESCAPE_REGEXP = new RegExp(escapePattern);