"Fredrik Lundh" <[EMAIL PROTECTED]> writes:
> Mike Meyer wrote:
>> ^ must match the beginning of the string (BTW, you can get the same
>> behavior by leaving off the ^ and using search instead of match).
> that's backwards, isn't it? using ^ with match is usually pointless (since
> match only looks at the first position anyway), and using ^ with search
> is also usually pointless...
Yup, you're right. The '^' was redundant in the OP's post.
<mike
--
Mike Meyer <[EMAIL PROTECTED]> http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
--
http://mail.python.org/mailman/listinfo/python-list