Skip to content

Instantly share code, notes, and snippets.

@deroneriksson
Last active March 16, 2017 23:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deroneriksson/f110036e9bb57ae2705e164e4571cf2f to your computer and use it in GitHub Desktop.
Save deroneriksson/f110036e9bb57ae2705e164e4571cf2f to your computer and use it in GitHub Desktop.

Handy Regular Expressions

Javadoc match: /\*\*(?s:(?!\*/).)*\*/

Javadoc match public methods: /\*\*(?s:(?!\*/).)*\*/(\s*)public

Trailing whitespace: [ \t]+$

Four spaces at beginning of line: ^[ ]{4}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment