A tool for testing Java regular expressions.
Matches are higlighted in green at the top pane. Match positions as well as matched regex groups are displayed in the bottom pane.
NOTE: The source contains a GUI form created using NetBeans GUI Builder.
java -cp * com.tilde.simpleregextester.UserForm
OR
java -jar SimpleRegexTester-1.0.jar