<scritp>the literal text <scritp> (case insensitive) .*?any character, repeated any number of times
sitethe literal text site (case insensitive) .*?any character, repeated any number of times
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
script>the literal text script> (case insensitive) g modifier: global. Finds all matches instead of stopping after the first
s modifier: single line. Allows a dot to match line terminators
i modifier: insensitive. Matches without distinguishing uppercase and lowercase letters