On 12 Sep 2006 05:07:03 -0700,
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> My Problem is, I want to know how can I force match functions to match
> the pattern any location in the subject. i.e I want to turn off before
> said behaviour.Use search() instead; that's why the method is there. (Or put .* at the beginning of all your patterns, though that will be slightly slower.) --amk -- http://mail.python.org/mailman/listinfo/python-list
