Icon

About RegExhibit

RegExhibit is a program that allows you to interactively examine and test regular expressions. If you don’t know what regular expressions are, chances are this application is not for you.

About RegExhibit

Although they are very useful and powerful, regular expressions can also be hard to write correctly. RegExhibit helps you by showing you whether your expression matches, what it matches and where it matches.

To do this, RegExhibit uses Perl. In fact, it is nothing more than a fancy front end. That of course, means that you can use one of the most sophisticated regular expression engines in existence. On the other hand, it means that you are limited by Perl’s repertoire. (So named captures are out for now.)

Talk to me

Please note, that RegExhibit is the first real Cocoa program that I have written. Although I have done my best, chances are there some bugs. If you find any, have some ideas on how to improve RegExhibit or just want to share some thoughts on it, I would love to hear from you.

Legal stuff

Please note, I can’t be held responsible for any damage that results from the use of this software. RegExhibit comes with no warranties, explicit or implicit, nor any guarantee that is works. You use it at your own risk.

Any and all trademarks mentioned in this documentation belong to their respective owners. They too, are not responsible for anything you let RegExhibit do to you.