.*any character (except for line terminators), repeated any number of times
Function=the literal text Function= (case sensitive) \"the literal " (3410 / 428 / 2216)
Negated Character Class[^\"]* *matches any number of characters outside the set below:
\"the literal " (3410 / 428 / 2216)
.*any character (except for line terminators), repeated any number of times
g modifier: global. Finds all matches instead of stopping after the first