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
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]>
--
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
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
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
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
Hello everyone…
Is there a tool that would take and expand out a regex rule showing all the possibilities that rule makes?
Kirk