Skip to content

A small piece of code for checking the validation of a regular expression.

Notifications You must be signed in to change notification settings

EarlOfEgo/RegExTester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RegExTester

A tool for testing regular expressions.

Run

Just build and start the application with sbt

$ run

Now you have to choose if you want to start the gui view or run the textual application.

For running the lift application you have to start the server with:

$ container:start

After doing this, your server runs and you can find the application at: localhost:8080

To execute all the tests which are provided with the tool, run:

$ test

Usage

Just type in your regular expression and a string which should be tested. Every view(Gui, Tui, Web) provides an about or help screen with additional information.

In the Gui choose the about dialogue in the menu. In the Tui enter :help or :h for the help screen. In the Web choose also the About tab in the menu.

About

A small piece of code for checking the validation of a regular expression.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages