...
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
If we add some xml into a $-variable:
...