"?optionally matches the literal " (3410 / 428 / 2216)
keythe literal text key (case sensitive) \1the text saved by group 1
.*?any character (except for line terminators), repeated any number of times
"the literal " (3410 / 428 / 2216)
.*?any character (except for line terminators), repeated any number of times
"the literal " (3410 / 428 / 2216)
g modifier: global. Finds all matches instead of stopping after the first