Skip to content

Instantly share code, notes, and snippets.

@statickidz
Created November 2, 2020 15:06
Show Gist options
  • Save statickidz/a2e38d9d5b3000c0ebcb1070cb9d2f02 to your computer and use it in GitHub Desktop.
Save statickidz/a2e38d9d5b3000c0ebcb1070cb9d2f02 to your computer and use it in GitHub Desktop.
Replace emails in Visual Studio Code
Search: \b[A-Z0-9._%-]+@
Replace: staging_$0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment