How to extract some text?

Oltmans rolf.oltmans at gmail.com
Sun Mar 8 18:50:24 EDT 2009


On Mar 9, 3:37 am, Chris Rebert <c... at rebertia.com> wrote:
> Learn about the methods of the string class (str):http://docs.python.org/library/stdtypes.html#id4
>
> You'll probably be most interested in .split()

OK, thanks I got it. I was trying to use Regex but .split() just
worked like a charm. Thank you ;)

>
> Cheers,
> Chris
>
> --
> I have a blog:http://blog.rebertia.com




More information about the Python-list mailing list