or
Small regex-composition helpers used by SyntaxColoring to build its combined token-matching pattern out of smaller, independently readable regexes.
An alternation (this|other) of the two patterns; equivalent to anyOf(this, other).
Small regex-composition helpers used by SyntaxColoring to build its combined token-matching pattern out of smaller, independently readable regexes.
An alternation (this|other) of the two patterns; equivalent to anyOf(this, other).