This is related to: RegEx: Grabbing values between quotation marks.
If there is a String like this:
HYPERLINK "hyperlink_funda.docx" \l "FunHere" \o "text" \t "_parent"
What regex could return the value enclosed in quotation mark only for switch \l?
FunHere