Skip to content

Instantly share code, notes, and snippets.

@kylefritz
Created November 19, 2012 15:43
Show Gist options
  • Save kylefritz/4111351 to your computer and use it in GitHub Desktop.
Save kylefritz/4111351 to your computer and use it in GitHub Desktop.
winning regex patterns
/[ -~]/ //matches all ASCII characters from the space to the tilde (printable characters)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment