Skip to content

Instantly share code, notes, and snippets.

@haroonabbasi
Created November 21, 2017 09:30
Show Gist options
  • Save haroonabbasi/9346b4e2620870ea0a2b89544ba07aad to your computer and use it in GitHub Desktop.
Save haroonabbasi/9346b4e2620870ea0a2b89544ba07aad to your computer and use it in GitHub Desktop.
remove empty lines via [Regular Expression]
^(?:[\t ]*(?:\r?\n|\r))+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment