Search:
(clear)
  • In regular expressions, escaping refers to canceling the special function of certain characters, typically when searching for punctuation. These characters must be excaped if you want to search for the character: . ^ $ * + ? ( ) [ ] { } | \ In CQL, also the double quotes " must be [...] Read More