GtkRegexTest
New project has just been launched - “GtkRegexTest“. Name is pretty much self-explanatory. It’s a program for editing and testing regular expressions (RE / regex / regexp / whatever). It’s written in C#, developed on mono, but should also work under MS.NET without any problems.
What’s worth a description without screenshot? Here it is:

Project idea is to do everything, that proprietary software like Expresso does. Of course this project will be free and open all the time.
What’s there now?
- typical regex options - multiline, case, compiled, ecma
- tree display of matches, groups, captures
- colouring of original input text
- speed test (compile / create / match)
What’s planned?
- substitutions
- library of REs
- RE part creator in dialog box
- … ideas?
Leave a comment