Skip to content

Instantly share code, notes, and snippets.

@rjchicago
Created February 8, 2019 22:41
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 rjchicago/a0d2b1d7fa050875223a383c9439b450 to your computer and use it in GitHub Desktop.
Save rjchicago/a0d2b1d7fa050875223a383c9439b450 to your computer and use it in GitHub Desktop.
var str = '%\\|_';
var test = str.replace(/[%_\\|]/g, '\\$&');
console.log(test);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment