The standard split() can use only one delimiter. To split a text file
into words you need multiple delimiters like blank, punctuation, math
signs (+-*/), parenteses and so on.
I didn't succeeded in using re.split()...
into words you need multiple delimiters like blank, punctuation, math
signs (+-*/), parenteses and so on.
I didn't succeeded in using re.split()...
Comment