Skip to content

Instantly share code, notes, and snippets.

@sscotth
Created January 14, 2014 23:44
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 sscotth/8428202 to your computer and use it in GitHub Desktop.
Save sscotth/8428202 to your computer and use it in GitHub Desktop.
How to remove consecutive new lines: search for ^(.*)(\r?\n\1)+$ and replacing with \1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment