Skip to content

Instantly share code, notes, and snippets.

@cosmocatalano
Created August 8, 2022 20:26
Show Gist options
  • Save cosmocatalano/4544a6d1aef87313c99efc421f289fe2 to your computer and use it in GitHub Desktop.
Save cosmocatalano/4544a6d1aef87313c99efc421f289fe2 to your computer and use it in GitHub Desktop.
Regex to Find Non-Roman Characters That Might Break XML
[^a-z,A-Z,0-9,\<,\>,\?,\.,\,,\",\",\',\=,\-,\_,\:,\/,\|,\s]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment