Created
September 16, 2015 21:43
-
-
Save jotafeldmann/e5b194f89013ed8bd67a to your computer and use it in GitHub Desktop.
Regex to find all non-ASCII characters
This file contains 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
[^\x00-\x7F] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment