.*any character (except for line terminators), repeated any number of times
?optionally matches the literal (3210 / 408 / 2016)
<brthe literal text <br (case sensitive) /?optionally matches the literal / (4710 / 578 / 2F16)
>the literal > (6210 / 768 / 3E16)
?optionally matches the literal (3210 / 408 / 2016)
Unitthe literal text Unit (case sensitive) \.the literal . (4610 / 568 / 2E16)
.*any character (except for line terminators), repeated any number of times