Const
Internal
Source of the unit-of-measure word pattern, shared by firstWordRegEx and buildTrailingQuantityRegex so the two cannot drift.
firstWordRegEx
buildTrailingQuantityRegex
Contains no capture groups (only (?:…) and the escaped literal parens in \(…\)), so inlining it any number of times cannot perturb group indices.
(?:…)
\(…\)
Source of the unit-of-measure word pattern, shared by
firstWordRegExandbuildTrailingQuantityRegexso the two cannot drift.Contains no capture groups (only
(?:…)and the escaped literal parens in\(…\)), so inlining it any number of times cannot perturb group indices.