<!--BEGIN DELIMITERthe literal text <!--BEGIN DELIMITER (case sensitive) \(the literal ( (4010 / 508 / 2816)
\w+any word character, repeated at least once
\)the literal ) (4110 / 518 / 2916)
Group content(?<content>([\s\S]*?)) *?matches any number of characters from the set below:
\sany whitespace character
\Sany non-whitespace character
<!--END DELIMITERthe literal text <!--END DELIMITER (case sensitive) \(the literal ( (4010 / 508 / 2816)
\k<expr>the text saved by group expr
.*any character (except for line terminators), repeated any number of times
\)the literal ) (4110 / 518 / 2916)
g modifier: global. Finds all matches instead of stopping after the first