How to use re.split() with a string of multiple delimiters

前端 未结 0 1220
执念已碎
执念已碎 2021-01-31 00:59

I have the following string of delimiters:

delimiters = " \\t,;.?!-:@[](){}_*/"

I want to use the re.split() method to split words in a list

相关标签:
回答
  • 消灭零回复
提交回复
热议问题