Skip to content

Instantly share code, notes, and snippets.

@Edwardtonnn
Created April 19, 2022 16:52
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 Edwardtonnn/76f1b81492f81ba817420fbe1cd6fef3 to your computer and use it in GitHub Desktop.
Save Edwardtonnn/76f1b81492f81ba817420fbe1cd6fef3 to your computer and use it in GitHub Desktop.
Quick search and replace
let loremFinder = /lorem\sipsum/ig;
document.body.innerHTML = document.body.innerHTML.replaceAll(loremFinder,"Your Mom")
console.log(header);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment