I have a string
"John" "Hello there"
I'm looking to extract the quotes into two strings so that I can categorize them like.
User: John
Text: Hello there
I was wondering what the best way to do this is? Is there a string function that can be applied to make this an easy process?