Quoted String > 'Single' or "double" quotes with backslash escape Favorite

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

Sample Matches
Text Result
'single \'quoted\' string'
Group #0
'single \'quoted\' string'
Group #1
'
match
"double 'quoted' string"
Group #0
"double 'quoted' string"
Group #1
"
match
"double \"quoted\" string"
Group #0
"double \"quoted\" string"
Group #1
"
match