Map a string to lower case in a locale-sensitive manner.
String? map(String? string) { return _charMapper(string); }