explode()

Chris Rebert clp2 at rebertia.com
Sat Jul 11 21:50:28 EDT 2009


On Sat, Jul 11, 2009 at 7:41 PM, Fred Atkinson<fatkinson at mishmash.com> wrote:
>        What is the Python equivalent of the PHP explode() function?

some_string.split("separator")

Cheers,
Chris
-- 
http://blog.rebertia.com



More information about the Python-list mailing list