Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chainat/4b43a7298a205fbd04fcefaf0838f21a to your computer and use it in GitHub Desktop.
Save chainat/4b43a7298a205fbd04fcefaf0838f21a to your computer and use it in GitHub Desktop.
Search for non-ascii characters in the files
REGEX = [^\x00-\x7F]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment