Skip to content

Instantly share code, notes, and snippets.

@axe312ger
Last active December 26, 2015 23:29
Show Gist options
  • Select an option

  • Save axe312ger/7230485 to your computer and use it in GitHub Desktop.

Select an option

Save axe312ger/7230485 to your computer and use it in GitHub Desktop.
Useful regex expressions

Useful regex expressions

Find empty lines

^(?:[\t ]*(?:\r?\n|\r))+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment