Created
November 21, 2017 09:30
-
-
Save haroonabbasi/9346b4e2620870ea0a2b89544ba07aad to your computer and use it in GitHub Desktop.
remove empty lines via [Regular Expression]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
^(?:[\t ]*(?:\r?\n|\r))+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment