Skip to content

Instantly share code, notes, and snippets.

@qkdreyer
Last active January 16, 2019 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qkdreyer/3e5c7e7f263cf7a1294c4c5ba9498c36 to your computer and use it in GitHub Desktop.
Save qkdreyer/3e5c7e7f263cf7a1294c4c5ba9498c36 to your computer and use it in GitHub Desktop.
Unicode Regexes
Non Breaking Space Character
/[\u00A0]+/
Base Combining Characters
/[\u0300-\u036F]+/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment