Hi, how can I separate words from a sentence in a string? Like the java.String.split method I need something that gets an string "This is a sentence", and return to em a list["This","is","a","sentence"] Can anyone help? Thx
-- http://mail.python.org/mailman/listinfo/python-list