Versions Compared

Key

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

...

For example, in this case the following replaceAll() expression can be used to replace the key with the text "number"


Code Block
replaceAll($cleanJSON,'"\\d+":','"number":')


See Regular Expressions

Examples

...