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