Const
Regex pattern to extract version stamp from a BEGIN marker comment.
Format: \<!-- BEGIN MARKER | core:X.Y.Z | ISO-TIMESTAMP --\> Captures: [1] marker text, [2] version, [3] timestamp
\<!-- BEGIN MARKER | core:X.Y.Z | ISO-TIMESTAMP --\>
Regex pattern to extract version stamp from a BEGIN marker comment.