I have the following input:
download "http://google.com/index.html" "C:\Users\%username%\AppData\Roaming\test.zip"
keyboard "\"test\""
I need a regex that gives me the content between the quotes like
http://google.com/index.html
C:\Users\%username%\AppData\Raming\test.zip
\"test\"
Its important it ignores the \" character.