Argh, Kent's right. In my defense, I've only had one coffee so far.

On 4/21/06, Kent Johnson <[EMAIL PROTECTED]> wrote:
> Liam Clarke wrote:
> > Whereas \x1b\=.k\w*?0 would match it far more precisely, because
> > that's the regex for
> >
> > esc=<single character*>k<some whitespace, maybe>0
>
> Slight correction: \w means any 'Word' character - alphanumeric plus
> underscore. \s matches whiteSpace.
>
> Kent
>
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> http://mail.python.org/mailman/listinfo/tutor
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to