Skip to content

Instantly share code, notes, and snippets.

@CruzBishop
Created December 29, 2011 00:36
Show Gist options
  • Save CruzBishop/1530742 to your computer and use it in GitHub Desktop.
Save CruzBishop/1530742 to your computer and use it in GitHub Desktop.
RegEx: Find @Version tags in Java classes
The following has been tested using SublimeText 2 BETA in Ubuntu. It may have to be changed for Windows (remove the | from \r|\n)
[ ]*. @version.*[\r|\n]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment