Skip to content

Instantly share code, notes, and snippets.

@lietwin
Created May 23, 2016 10:50
Show Gist options
  • Save lietwin/1ed0ffd9d8fc0ffa6b241e2b8627e27c to your computer and use it in GitHub Desktop.
Save lietwin/1ed0ffd9d8fc0ffa6b241e2b8627e27c to your computer and use it in GitHub Desktop.
Regex to remove blank lines
^(?:[\t ]*(?:\r?\n|\r))+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment