List<String>? matchDoCoMoPrefixedField(String prefix, String rawText) => matchPrefixedField(prefix, rawText, ';', true);