If I have a string like test string. something \n else
how would I split the string on both .
and \n
characters? I have tried using re.split(". \n", text)
but it doesn't seem to be working.
Asked
Active
Viewed 529 times
-3

Oliver James
- 63
- 1
- 6