'the literal ' (3910 / 478 / 2716)
\"the literal " (3410 / 428 / 2216)
namethe literal text name (case sensitive) 2nd Alternativeanotherkey anotherkeythe literal text anotherkey (case sensitive) 'the literal ' (3910 / 478 / 2716)
\"the literal " (3410 / 428 / 2216)
\s*a Unicode whitespace character, repeated any number of times
=the literal = (6110 / 758 / 3D16)
\s*a Unicode whitespace character, repeated any number of times
Non-Capturing Group(?:'([^']*)'|\"([^\"]*)\") 'the literal ' (3910 / 478 / 2716)
Negated Character Class[^']* *matches any number of characters outside the set below:
'the literal ' (3910 / 478 / 2716)
'the literal ' (3910 / 478 / 2716)
2nd Alternative\"([^\"]*)\" \"the literal " (3410 / 428 / 2216)
Negated Character Class[^\"]* *matches any number of characters outside the set below:
\"the literal " (3410 / 428 / 2216)
\"the literal " (3410 / 428 / 2216)
g modifier: global. Finds all matches instead of stopping after the first