Skip to content

Instantly share code, notes, and snippets.

@alantsai
Created November 25, 2015 22:19
Show Gist options
  • Save alantsai/d3ad2f833a90bdaac153 to your computer and use it in GitHub Desktop.
Save alantsai/d3ad2f833a90bdaac153 to your computer and use it in GitHub Desktop.
var find = 'abc';
var re = new RegExp(find, 'g');
str = str.replace(re, '');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment