<the literal < (6010 / 748 / 3C16)
\s*any whitespace character, repeated any number of times
spanthe literal text span (case sensitive) .+?any character (except for line terminators), repeated at least once
classthe literal text class (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
"the literal " (3410 / 428 / 2216)
\s*any whitespace character, repeated any number of times
booking-id-valuethe literal text booking-id-value (case sensitive) \s*any whitespace character, repeated any number of times
"the literal " (3410 / 428 / 2216)
.*?any character (except for line terminators), repeated any number of times
>the literal > (6210 / 768 / 3E16)
\s*any whitespace character, repeated any number of times
Character Class[A-Za-z0-9]+ +matches at least one character from the set below:
A-Zone character from A (6510) to Z (9010) (case sensitive)
a-zone character from a (9710) to z (12210) (case sensitive)
0-9one character from 0 (4810) to 9 (5710)
\s*any whitespace character, repeated any number of times
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
g modifier: global. Finds all matches instead of stopping after the first