jump to navigation

Reggy – OS X Regular Expression Tool May 14, 2008

Posted by adamw523 in development, mac.
trackback

Simple Regular Expression Matching

I’ve been searching for a simple regular expression matching tool for quite a while. But, I never thought of searching the Apple software directory. Until now….

Reggy has helped me out a few times already, and many more times to come, I’m sure. Now, gotta learn some Objective-C to try to add a feature or two. First one that comes to mind… Show each multiple match individually… Should be pretty easy, right?

Comments»

1. Gabriel Mansour - May 15, 2008

Actually, you don’t need to learn any Objective-C at all (unless of course, you really want to)—you can write a write a Cocoa app in pure ruby (something I’ve been meaning to do for quite some time now)!

You can also use Textmate’s “Test RegExp in First Line” / “Test RegExp in Clipboard” commands (part of the Regular Expressions bundle) if you don’t like switching between apps, but I’ll admit, Reggy sure is a lot prettier!

2. Hugh Gallagher - July 16, 2009

I use Rx Toolkit, which comes with Komodo IDE. It’s got some nice features.