I have a value like this:
\"Foo Bar\" \"Another Value\" something else
What regex will return the
This version
controls backtracking
/(["'])((?:(?!\1)[^\\]|(?:\\\\)*\\[^\\])*)\1/