Skip to content

Instantly share code, notes, and snippets.

@mage1k99
Created June 30, 2020 09:50
Show Gist options
  • Save mage1k99/e056ba46abccfe97709286f17c4633d5 to your computer and use it in GitHub Desktop.
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.
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