Skip to content

Instantly share code, notes, and snippets.

@olecksamdr
Created December 3, 2018 15:56
Show Gist options
  • Save olecksamdr/ccbbe87700d4c589d73bb66f95ed00e2 to your computer and use it in GitHub Desktop.
Save olecksamdr/ccbbe87700d4c589d73bb66f95ed00e2 to your computer and use it in GitHub Desktop.
// Escapes a string for use in a regular expression.
str.replace(/[.*+?^${}()|[\]\\]/g, "\\$&")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment