Quoted String > "Double quotes" with backslash escape Favorite

Matches a double-quoted string with quotes escaped by a backslash.

Sample Matches
Text Result
"'"
Group #0
"'"
Group #1
'
match
"\""
Group #0
"\""
Group #1
\"
match
"\"a\"\"sd\"\""
Group #0
"\"a\"\"sd\"\""
Group #1
\"a\"\"sd\"\"
match
"asdf"
Group #0
"asdf"
Group #1
asdf
match