hrefthe literal text href (case sensitive) \s?optionally matches any whitespace character
=the literal = (6110 / 758 / 3D16)
\s?optionally matches any whitespace character
"the literal " (3410 / 428 / 2216)
\s?optionally matches any whitespace character
+matches at least one character from the set below:
\Sany non-whitespace character
\sany whitespace character
"the literal " (3410 / 428 / 2216)
g modifier: global. Finds all matches instead of stopping after the first