Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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 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. Values are unaffected.

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
    Image Added 

Additional Resources