...
Code Block | ||
---|---|---|
| ||
replaceAll(JSON Code,"[^\\p{Space}0-9A-Za-z!:\\\"%&\\[*()\\],-/_\\\\{}\\.]","") |
The backslash character escapes special characters such as [] , .
and \ For information about how this line uses escape characters, see Regular Expressions.