Where can i reference the "regular expressions"

John Smithury joho.smithury at gmail.com
Wed Mar 24 05:07:26 EDT 2010


Dear pythoners,

I'm a new member to studay the python, i wan't to studay the "regular
expressions" handle like below:

==============source============
<line>the</line>
<line>is</line>
<line>name</line>
==============source end=========


after convert, the result like below:

-------------------------result------------------------
{'t','t','e'},
{'i','s'},
{'n','a','m','e'}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100324/1b2846be/attachment.html>


More information about the Python-list mailing list