Skip to content

gfoster/RegexpHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Regexp Helper

A simple gui tool for practicing and checking standard regular expression parsing.

What does it do?

It's just a simple GUI wrapper around a regexp parser call using Macruby. It displays the results of the entire match ($0) on the first line, and the results of positional matches are displayed in the appropriate windows ($1 through $9).

Screenshot

It's mainly a learning exercise using Macruby, Lion and Xcode although it is a handy little utility to have around. Feel free to send me requests for any additional functionality you'd like to see.

About

Macruby Xcode project for a gui regexp helper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published