<section the literal text <section (case sensitive) .*?any character, repeated any number of times
class="product"the literal text class="product" (case sensitive) .*?any character, repeated any number of times
>the literal > (6210 / 768 / 3E16)
\s*any whitespace character, repeated any number of times
<h3>the literal text <h3> (case sensitive) \s*any whitespace character, repeated any number of times
.+?any character, repeated at least once
\s*any whitespace character, repeated any number of times
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
h3>the literal text h3> (case sensitive) .*?any character, repeated any number of times
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
section>the literal text section> (case sensitive) \s*any whitespace character, repeated any number of times