Skip to content

Instantly share code, notes, and snippets.

@aaronott
Last active December 11, 2015 05:28
Show Gist options
  • Save aaronott/4551982 to your computer and use it in GitHub Desktop.
Save aaronott/4551982 to your computer and use it in GitHub Desktop.
%s/\(\w\+\).\(\w\+\)@/\2.\1@/
In vim, this will take a pattern such as [email protected]
and replace it with [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment