<span id="organization">the literal text <span id="organization"> (case sensitive) Group company_name(?<company_name>[^<]+) Negated Character Class[^<]+ +matches at least one character outside the set below:
<the literal < (6010 / 748 / 3C16)
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
span><the literal text span>< (case sensitive) \/the literal / (4710 / 578 / 2F16)
p>the literal text p> (case sensitive) \na line-feed (newline) character (ASCII 10)
\s*any whitespace character, repeated any number of times
Group designation(?<designation>[^\n]+) Negated Character Class[^\n]+ +matches at least one character outside the set below:
\na line-feed (newline) character (ASCII 10)
\na line-feed (newline) character (ASCII 10)
\s*any whitespace character, repeated any number of times
<p>the literal text <p> (case sensitive) Group date(?<date>[^\n]+) Negated Character Class[^\n]+ +matches at least one character outside the set below:
\na line-feed (newline) character (ASCII 10)
g modifier: global. Finds all matches instead of stopping after the first