Versions Compared

Key

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

...

For information about how to excape characters, see Text Expressions and Escape Characters.

Removing Characters

The following regex lists the characters expected in a JSON file and removes invalid characters from it. You could adapt this regex to validate an data that you want to load into PhixFlow.

...

The backslash character escapes special characters such as [] , . and \ 

...