Reggy is a small OS X cocoa/objective-c application to very quickly visualize what a given regular expression will match given a test string. It will also tell you if you have errors in your regular expression.
added preference to apply sub-match/capture group coloring: each match or capture group gets a slightly different shade of color --- especially nice for nesting matches
added preference to automatically use the clipboard contents on startup for the regular expression and/or the testing string
added menu items to paste the clipboard directly into either the regular expression (Command+Shift+V) or the testing string (Command+Option+V)
added a new and improved Reggy icon (Leopard Compatible/Resolution Independent)
added help link for regular expression syntax preference (goes to wikipedia)
Just getting into regexes and they were doing my head in. Reggy is brilliant in that it dynamically shows you how your regex will work (or not work :-) with your sample string.
If you're struggling with regular expressions not quite working the way you expect, this is an excellent way to de-mystify the magic.
ENDE42 Even better than before. Nice to see the developer responds to feedback and added colors for the matching groups (although a more visible difference would be nice *hint, hint*). (Version 1.3)
MINIMAL DESIGN Really nice interface that makes it a breeze to test your regex before using them. I wish this app existed when I first learned regex! It would be perfect if you could somehow save them though, like a little itunes style column on the left with your "regex library" but it does its job perfectly as it is... Just nitpicking here... (Version 1.1)
ENDE42 Nice, small, unobstrusive. Does what it says. Good start! Showing matching groups with different colors would be superbe! And using the search buffer (apple-e) and the clipboard to autofill the regex and the searchtext would be even better! (Version 1.0)