I have a value like this:
\"Foo Bar\" \"Another Value\" something else
What regex will return the
A very late answer, but like to answer
(\"[\w\s]+\")
http://regex101.com/r/cB0kB8/1