Split a sentence by punctuations using Python

Skip Montanaro skip at pobox.com
Fri Mar 5 17:56:04 EST 2004


    chad> You know, string.split does not work for this objective.  So how
    chad> can i achieve this?

Check the re module docs.

Skip




More information about the Python-list mailing list