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
You can use this split
re.split(r"(?