...
- Replacements are executed using the 'Order Index' order from lowest to highest.
- Single character to single character replacement
- String to string replacement
- Character or string to nothing (i.e. removes a string or character)
- Regular Expression (regex) to string, character, or nothing replacement (i.e. uses a regex for pattern matching rather than a literal string)
- Character replacements will only occur for characters that will be part of the tag path. Character replacements are not applied to Ignition tag values.
- Null or empty replacement string
Examples:
- Remove all '@' symbols

- Replace all '@' symbols with '_'

- Replace all 'abc' character sequences with 'def'

- Replace all characters between the literal strings 'start' and 'end' with a '_' character using a regex
...
{"serverDuration": 119, "requestCorrelationId": "0f5a3d0e9a1a5fdf"}