String? matchSingleDoCoMoPrefixedField( String prefix, String rawText, bool trim, ) => matchSinglePrefixedField(prefix, rawText, ';', trim);