Problem splitting a string

Paul Rubin http
Sat Oct 15 03:40:51 EDT 2005


Anthony Liu <antonyliu2002 at yahoo.com> writes:
> I do I split the string by using both ' ' and '_' as
> the delimiters at once?

Use re.split.



More information about the Python-list mailing list