(?s)applies the following effective flags to the remainder of the pattern: s s modifier: single line. Allows a dot to match line terminators
<V>the literal text <V> (case sensitive) .*?any character, repeated any number of times
</V>the literal text </V> (case sensitive) .*any character, repeated any number of times
<V>the literal text <V> (case sensitive) .*?any character, repeated any number of times
</V>the literal text </V> (case sensitive) .*any character, repeated any number of times
<V>the literal text <V> (case sensitive) .*?any character, repeated any number of times
</V>the literal text </V> (case sensitive)