EarlOfEgo / RegExTester

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Scala 100.0%