Skip to content

Instantly share code, notes, and snippets.

@orangexception
Created May 15, 2014 14:06
Show Gist options
  • Save orangexception/b49c864544e87751cd2d to your computer and use it in GitHub Desktop.
Save orangexception/b49c864544e87751cd2d to your computer and use it in GitHub Desktop.
Regular Expression: Remove Every Other Line
Find
(.*)\n.*\n
Replace
\1\n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment