This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bo qu
Recipients bo qu, ezio.melotti, mrabarnett, serhiy.storchaka
Date 2017-04-05.06:19:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMB+Ow207FHCk2O+nqpMRq6_QG5VK3zaSXrKnCN=A5O-3uHd_Q@mail.gmail.com>
In-reply-to <1491032656.36.0.284676378832.issue29959@psf.upfronthosting.co.za>
Content
hi Serhiy Storchaka
thank you for your explanation, it helps a lot

2017-04-01 15:44 GMT+08:00 Serhiy Storchaka <report@bugs.python.org>:

>
> Serhiy Storchaka added the comment:
>
> re.match() checks if the beginning of the string matches the regular
> expression pattern. Use re.search() if you want to find the match not at
> the beginning of the string.
>
> https://docs.python.org/3/library/re.html#re.match
> https://docs.python.org/3/library/re.html#re.search
>
> ----------
> nosy: +serhiy.storchaka
> resolution:  -> not a bug
> stage:  -> resolved
> status: open -> closed
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue29959>
> _______________________________________
>
History
Date User Action Args
2017-04-05 06:19:52bo qusetrecipients: + bo qu, ezio.melotti, mrabarnett, serhiy.storchaka
2017-04-05 06:19:52bo qulinkissue29959 messages
2017-04-05 06:19:52bo qucreate