<SW-VARIABLE>the literal text <SW-VARIABLE> (case sensitive) \s*a Unicode whitespace character, repeated any number of times
<SHORT-NAME>the literal text <SHORT-NAME> (case sensitive) Negated Character Class[^<]* *matches any number of characters outside the set below:
<the literal < (6010 / 748 / 3C16)
</SHORT-NAME>the literal text </SHORT-NAME> (case sensitive) .*any Unicode character, repeated any number of times
<SW-ARRAYSIZE>the literal text <SW-ARRAYSIZE> (case sensitive) \s*a Unicode whitespace character, repeated any number of times
<VF>the literal text <VF> (case sensitive) Negated Character Class[^<]* *matches any number of characters outside the set below:
<the literal < (6010 / 748 / 3C16)
</VF>the literal text </VF> (case sensitive) \s*a Unicode whitespace character, repeated any number of times
</SW-ARRAYSIZE>the literal text </SW-ARRAYSIZE> (case sensitive) .*?any Unicode character, repeated any number of times
<the literal < (6010 / 748 / 3C16)
Non-Capturing Group(?:/(?!<SW-VARIABLE>)[^/]*?) /the literal / (4710 / 578 / 2F16)
Negative Lookahead(?!<SW-VARIABLE>) <SW-VARIABLE>the literal text <SW-VARIABLE> (case sensitive) Negated Character Class[^/]*? *?matches any number of characters outside the set below:
/the literal / (4710 / 578 / 2F16)
SW-VARIABLE>the literal text SW-VARIABLE> (case sensitive) s modifier: single line. Allows a dot to match line terminators
g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string