Created
August 8, 2022 20:26
-
-
Save cosmocatalano/4544a6d1aef87313c99efc421f289fe2 to your computer and use it in GitHub Desktop.
Regex to Find Non-Roman Characters That Might Break XML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[^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