Skip to content

Instantly share code, notes, and snippets.

@akinozgen
Created November 30, 2018 11:04
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 akinozgen/44f1c4010cabc2cc47fa8e892148a393 to your computer and use it in GitHub Desktop.
Save akinozgen/44f1c4010cabc2cc47fa8e892148a393 to your computer and use it in GitHub Desktop.
js match special characters regex
"string to math;+^'%+c".replace(/[\,\;\"\'\^\~\+\%\&\/\(\)\=\?\_\-\*\¨\!\<\>\|\:]/gm, '')
// string to match
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment