Skip to content

Instantly share code, notes, and snippets.

@akinozgen
Created November 30, 2018 11:04
Show Gist options
  • Select an option

  • Save akinozgen/44f1c4010cabc2cc47fa8e892148a393 to your computer and use it in GitHub Desktop.

Select an option

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