<span>the literal text <span> (case sensitive) \s*any whitespace character, repeated any number of times
<iframethe literal text <iframe (case sensitive) .+?any character, repeated at least once
>the literal > (6210 / 768 / 3E16)
.*?any character, repeated any number of times
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
iframe>the literal text iframe> (case sensitive) \s*any whitespace character, repeated any number of times
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
span>the literal text span> (case sensitive) s modifier: single line. Allows a dot to match line terminators