Skip to content

A GUI application for simple testing of Java regular expressions if they have any matches.

Notifications You must be signed in to change notification settings

janissl/simple-java-regex-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-java-regex-tester

Build Status

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.

Open from commandline:

java -cp * com.tilde.simpleregextester.UserForm

OR

java -jar SimpleRegexTester-1.0.jar


Application window example

App window

About

A GUI application for simple testing of Java regular expressions if they have any matches.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages