Symbols escaping

To use reserved symbols in scenario or json files, you need to escape them.

Here is the list of symbols you need to escape:

  • "
  • .
  • *
  • ^
  • $
  • ?
  • +
  • -
  • {}
  • []

The way of symbol escaping depends on where you need to escape them. If you need to escape symbol in JSON file or in scenario, you need to follow the rules of escaping for specific format you're using (JSON, XML and so on).

So, here are some examples of symbol escaping for JSON and XML formats:

JSON
Copy
XML
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
On This Page
Symbols escaping