Where can i reference the "regular expressions"

Andre Engels andreengels at gmail.com
Wed Mar 24 05:18:14 EDT 2010


On Wed, Mar 24, 2010 at 10:07 AM, John Smithury <joho.smithury at gmail.com> wrote:
> 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'}

What did you think of yourself, and where did you get into the "I
don't know what to do now" place? Why do you think your problem would
have to do with regular expressions?



-- 
André Engels, andreengels at gmail.com



More information about the Python-list mailing list