<p>the literal text <p> (case sensitive) Negated Character Class[^:]+ +matches at least one character outside the set below:
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
+matches at least one character from the set below:
\da digit
.the literal . (4610 / 568 / 2E16)
\s+any whitespace character, repeated at least once
\w+any word character, repeated at least once
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
p>the literal text p> (case sensitive) g modifier: global. Finds all matches instead of stopping after the first