pub const LINE_PREFIX_RE_TOKEN: &[u8] = b"RK_LINE_PREFIX_RE";Expand description
The same prefix, escaped for a slash-delimited regular expression.
A GitLab rule names a line that way, and a raw release/ would close
the delimiter and break the pipeline, so the two forms are two tokens.
This one substitutes first: the plain token is its own prefix.