On Thu, Aug 14, 2014 at 8:39 AM, D.V.N.Sarma డి.వి.ఎన్.శర్మ
<dvnsa...@gmail.com> wrote:
> I tested it on IDLE. It works.


Hi Sarma,


Following up on this one.  I'm pretty sure that:

    print re.search("<span style=\"(.*)\"", stmt).group()

is going to print something, but it almost certainly will not do what
Sunil wants.  See:

    https://docs.python.org/2/howto/regex.html#greedy-versus-non-greedy

for why.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to