Created
June 30, 2020 09:50
-
-
Save mage1k99/e056ba46abccfe97709286f17c4633d5 to your computer and use it in GitHub Desktop.
Collections of Regex, that i found useful, as I find , I'll update this Gist.
This file contains 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
Find unwanted empty lines, can be used with find and replace to remove unwanted empty lines | |
^(?:[\t ]*(?:\r?\n|\r))+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment