Searched defs:RegexMetachars (Results 1 – 3 of 3) sorted by relevance
207 static const char RegexMetachars[] = "()^$|*+?.[]\\{}"; global() variable
158 static StringLiteral RegexMetachars = "()^$|+.[]\\{}"; variable
98 static const char RegexMetachars[] = "()^$|*+?.[]\\{}"; in apply() local