STOP_DATEthe literal text STOP_DATE (case sensitive) .+?any Unicode character, repeated at least once
VALUEthe literal text VALUE (case sensitive) \s*a Unicode whitespace character, repeated any number of times
=the literal = (6110 / 758 / 3D16)
\s*a Unicode whitespace character, repeated any number of times
\"the literal " (3410 / 428 / 2216)
.+?any Unicode character, repeated at least once
\"the literal " (3410 / 428 / 2216)
s modifier: single line. Allows a dot to match line terminators