On Mar 9, 3:37 am, Chris Rebert <c...@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

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to