RE: [SAtalk] regex expansion tool

2003-12-17 Thread Mike Kuentz (2)
ary Funck; Spamassassin List > Subject: Re: [SAtalk] regex expansion tool > > > Sorry, What I am looking for is a tool to take an existing > regex rule and > expand it out and show all the expresions that it looks for., > > Kirk > > - Original Message - &g

Re: [SAtalk] regex expansion tool

2003-12-17 Thread Dan Wilder
On Wed, Dec 17, 2003 at 03:39:58PM -0800, Kirk Moore wrote: > Sorry, What I am looking for is a tool to take an existing regex rule and > expand it out and show all the expresions that it looks for., man regex -- Dan Wilder <[EMAIL PROTECTED]> --

Re: [SAtalk] regex expansion tool

2003-12-17 Thread Kirk Moore
esday, December 17, 2003 3:02 PM Subject: RE: [SAtalk] regex expansion tool > > 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 applic

Re: [SAtalk] regex expansion tool

2003-12-17 Thread Theo Van Dinter
On Wed, Dec 17, 2003 at 02:37:46PM -0800, Kirk Moore wrote: > Is there a tool that would take and expand out a regex rule showing all the > possibilities that rule makes? If I recall my Computer Science classes correctly, the answer is no. Which doesn't mean the trivial regexps aren't possible to

RE: [SAtalk] regex expansion tool

2003-12-17 Thread Gary Funck
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 ha

Re: [SAtalk] regex expansion tool

2003-12-17 Thread John Harrold
Sometime in December Kirk Moore assaulted the keyboard and produced: | Hello everyone. | | Is there a tool that would take and expand out a regex rule showing all the | possibilities that rule makes? i'm not quit sure i understand this question. for example the regular expression m#\d\d# would

[SAtalk] regex expansion tool

2003-12-17 Thread Kirk Moore
Hello everyone…   Is there a tool that would take and expand out a regex rule showing all the possibilities that rule makes?   Kirk