Created
February 26, 2021 07:52
-
-
Save deyhle/d1b967304cb046e7d87a82d9364c8445 to your computer and use it in GitHub Desktop.
regex that matches illegal invisible characters in code
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