Re: RegEx question

2007-10-04 Thread John Masters
On 15:25 Thu 04 Oct , Robert Dailey wrote:
> I am not a regex expert, I simply assumed regex was standardized to follow
> specific guidelines.

There are as many different regex flavours as there are Linux distros.
Each follows the basic rules but implements them slightly differently
and adds their own 'extensions'. 

> I also made the assumption that this was a good place
> to pose the question since regular expressions are a feature of Python.

The best place to pose a regex question is in the sphere of usage, i.e.
Perl regexes differ hugely in implementation from OO langs like Python
or Java, while shells like bash or zsh use regexes slightly differently,
as do shell scripting languages like awk or sed. 

> The question concerned regular expressions in general, not really the
> application. However, now that I know that regex can be different, I'll try
> to contact the author directly to find out the dialect and then find the
> appropriate location for my question from there. I do appreciate everyone's
> help. I've tried the various suggestions offered here, however none of them
> work. I can only assume at this point that this regex is drastically
> different or the application reading the regex is just broken.

If you care to PM me with details of the language/context I will try to
help but I am no expert.

Regards, John
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Python Magazine: Issue 1 Free!

2007-10-05 Thread John Masters
On 04:12 Thu 04 Oct , Bruno Desthuilliers wrote:
> J. Clifford Dyer a écrit :
> > On Fri, Oct 05, 2007 at 04:11:07PM -, Grant Edwards wrote
> > regarding Re: Python Magazine: Issue 1 Free!:
> > 
> >> On 2007-10-05, Steve Holden <[EMAIL PROTECTED]> wrote:
> >> 
> > I've just been told by the editors at Python Magazine that
> > the first issue is out.
>  
>  The first issue is issue number 10?
>  
>  That's a bit silly.
> >>> 

The first issue is actually 2007-10 which makes a lot of sense

Regards, john
-- 
http://mail.python.org/mailman/listinfo/python-list