bool matchesUnit(UcumUnit unit, String text, bool isRegex) { return matches(unit.property, text, isRegex) || matchesUcumConcept(unit, text, isRegex); }