Skip to content

Instantly share code, notes, and snippets.

@itsalb3rt
Created October 12, 2019 22:36
Show Gist options
  • Save itsalb3rt/e0f9b5a0574be5bad6c81638ee8f7cd5 to your computer and use it in GitHub Desktop.
Save itsalb3rt/e0f9b5a0574be5bad6c81638ee8f7cd5 to your computer and use it in GitHub Desktop.
replace all occurrences with special characters
console.log( 'my string {{ID}} and other {{ID}}'.replace(/{{ID}}/gi,1));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment