\ban ASCII word boundary
textthe literal text text (case sensitive) xmlUrlthe literal text xmlUrl (case sensitive) \s*any whitespace character, repeated any number of times
=the literal = (6110 / 758 / 3D16)
\s*any whitespace character, repeated any number of times
Branch Reset Group(?|"([^"]*)"|'([^']*)'|(\S*)) "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)
'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)
\S*any non-whitespace character, repeated any number of times
g modifier: global. Finds all matches instead of stopping after the first