<iframethe literal text <iframe (case sensitive) .*?any character (except for line terminators), repeated any number of times
src=the literal text src= (case sensitive) \"the literal " (3410 / 428 / 2216)
\'the literal ' (3910 / 478 / 2716)
httpthe literal text http (case sensitive) s?optionally matches the literal s (11510 / 1638 / 7316) (case sensitive)
:the literal : (5810 / 728 / 3A16)
\/the literal / (4710 / 578 / 2F16)
\/the literal / (4710 / 578 / 2F16)
w{0,3}the literal w (11910 / 1678 / 7716) (case sensitive), repeated between 0 and 3 times
.?optionally matches any character (except for line terminators)
youtubethe literal text youtube (case sensitive) .any character (except for line terminators)
comthe literal text com (case sensitive) .*?any character (except for line terminators), repeated any number of times
\2the text saved by group 2
.*?any character (except for line terminators), repeated any number of times
\>the literal > (6210 / 768 / 3E16)