This regex matches a single one-line C-like string literal. The parsing rules are almost exactly the same as C string literals:
The group <begin_quote> stores the quote character that the string literal is surrounded with.
<begin_quote>