<h3>the literal text <h3> (case sensitive) .+?any Unicode character, repeated at least once
\<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
h3>the literal text h3> (case sensitive) \s*a Unicode whitespace character, repeated any number of times
<h4>the literal text <h4> (case sensitive) .+any Unicode character, repeated at least once
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
h4>the literal text h4> (case sensitive) \s*a Unicode whitespace character, repeated any number of times
<dl>the literal text <dl> (case sensitive) \s*a Unicode whitespace character, repeated any number of times
<dt>the literal text <dt> (case sensitive) .+any Unicode character, repeated at least once
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
dt>the literal text dt> (case sensitive) \s*a Unicode whitespace character, repeated any number of times
<dd>the literal text <dd> (case sensitive) .+any Unicode character, repeated at least once
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
dd>the literal text dd> (case sensitive) s modifier: single line. Allows a dot to match line terminators
u modifier: unicode. Treats the pattern and subject as UTF-16