Created
November 2, 2020 15:06
-
-
Save statickidz/a2e38d9d5b3000c0ebcb1070cb9d2f02 to your computer and use it in GitHub Desktop.
Replace emails in Visual Studio Code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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