I have a value like this:
\"Foo Bar\" \"Another Value\" something else
What regex will return the
string = "\" foo bar\" \"loloo\"" print re.findall(r'"(.*?)"',string)
just try this out , works like a charm !!!
\ indicates skip character
\