Skip to content

Instantly share code, notes, and snippets.

@arcturus011
Created June 24, 2018 06:30
Show Gist options
  • Save arcturus011/b105d9181eca2f4793ae4c8438422e05 to your computer and use it in GitHub Desktop.
Save arcturus011/b105d9181eca2f4793ae4c8438422e05 to your computer and use it in GitHub Desktop.
function escapeRegExp(text) {
return text.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment