Divide string by line break or period with Python regular expressions

后端 未结 5 1272
逝去的感伤
逝去的感伤 2020-12-17 10:31

I have a string:

\"\"\"Hello. It\'s good to meet you.
My name is Bob.\"\"\"

I\'m trying to find the best way to split this into a list divi

5条回答
提交回复
热议问题