Skip to content

Instantly share code, notes, and snippets.

@byteface
Created September 9, 2015 01:17
Show Gist options
  • Save byteface/2bee00cf19e439b9db03 to your computer and use it in GitHub Desktop.
Save byteface/2bee00cf19e439b9db03 to your computer and use it in GitHub Desktop.
hilight non ascii regex in sublime
do find. click on the regex button. paste this...
[^\x00-\x7F]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment