parse-ingredient - v3.0.0
    Preparing search index...

    Variable uomWordSourceConst Internal

    uomWordSource: string = ...

    Source of the unit-of-measure word pattern, shared by firstWordRegEx and buildTrailingQuantityRegex so 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.