href="the literal text href=" (case insensitive) .*any character (except for line terminators), repeated any number of times
upn=the literal text upn= (case insensitive) .*any character (except for line terminators), repeated any number of times
" stylethe literal text " style (case insensitive) .*?any character (except for line terminators), repeated any number of times
>the literal > (6210 / 768 / 3E16)
\s+any whitespace character, repeated at least once
Verifythe literal text Verify (case insensitive) m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string
i modifier: insensitive. Matches without distinguishing uppercase and lowercase letters