Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java-specific regular expression testing program [closed]

I'm looking for a regular expression testing program that I had installed on my previous workstation that I am now unable to find anywhere.

It was for java-specific regex's, so I'm pretty sure it was written in Java. There were a few tabs across the top, one of which was the explanation of the different regex terms from the Pattern class in the API.

The top text box was for entering text, the middle text box was for the regex, the bottom text box was where the matches were displayed.

I know that it's not much to go on, but does anyone recognise it?

like image 869
masher Avatar asked Dec 19 '11 01:12

masher


2 Answers

Found it!

RegexSR

http://cui.unige.ch/~deriazm/apps/regexsr/

like image 175
masher Avatar answered Sep 22 '22 14:09

masher


I don't know any specific desktop program that does it, but I personally am using this website which offers most of the stuff you're looking for (apart from the explanations).

I'd at least give it a look - great program in my opinion. Offers all the important flags, several different strings to test and prints out the java string of the given RE (so not manually inserting \ wherever it's necessary!)

like image 42
Voo Avatar answered Sep 22 '22 14:09

Voo