[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: Where can i reference the "regular expressions"

Andre Engels

3/24/2010 9:18:00 AM

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