Is there a way to split a string in Python using multiple delimiters instead of one? split seems to take in only one parameter as delimiter.
Also, I cannot import the re module. (This is the main stumbling block really.)
Any suggestions on how I should do it?
Thanks!