Skip to content

Instantly share code, notes, and snippets.

@shrop
Last active January 2, 2016 02:39
Show Gist options
  • Save shrop/8238747 to your computer and use it in GitHub Desktop.
Save shrop/8238747 to your computer and use it in GitHub Desktop.
var searchString = 'CLEAR 82LD 124OZ","Allᄄ liquid l';
var repString = searchString.replace(/Allᄄ/, "All(r)");
console.log(repString);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment