Anthony Liu <[EMAIL PROTECTED]> writes: > I do I split the string by using both ' ' and '_' as > the delimiters at once?
Use re.split. -- http://mail.python.org/mailman/listinfo/python-list
Anthony Liu <[EMAIL PROTECTED]> writes: > I do I split the string by using both ' ' and '_' as > the delimiters at once?
Use re.split. -- http://mail.python.org/mailman/listinfo/python-list