I think I got the original pointer from this list; maybe this program is
what you're looking for?

http://weitz.de/regex-coach/

Abstract
The Regex Coach is a graphical application for Linux and Windows which can
be used to experiment with (Perl-compatible) regular expressions
interactively. It has the following features:
It shows whether a regular expression matches a particular target string.
It can also show which parts of the target string correspond to captured
register groups or to arbitrary parts of the regular expression.
It can "walk" through the target string one match at a time.
It can simulate Perl's split and s/// (substitution) operators.
It tries to describe the regular expression in plain English.
It can show a graphical representation of the regular expression's parse
tree.
It can single-step through the matching process as performed by the regex
engine.
Everything happens in "real time", i.e. as soon as you make a change
somewhere in the application all other parts are instantly updated.
[...]

-----Original Message-----
From: Kirk Moore
Sent: Wednesday, December 17, 2003 2:38 PM

Hello everyone.

Is there a tool that would take and expand out a regex rule showing all the
possibilities that rule makes?

Kirk




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to