Created
December 29, 2011 00:36
-
-
Save CruzBishop/1530742 to your computer and use it in GitHub Desktop.
RegEx: Find @Version tags in Java classes
This file contains hidden or 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
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