pub version pub publisher

Usage

var may = 'Μάιος';
print(may.toGreekUpperCase()); // ΜΑΙΟΣ
print(may.removeGreekEmphasis()); // Μαιος

may = 'Μαΐου';
print(may.toGreekUpperCase()); // ΜΑΪΟΥ
print(may.removeGreekDieresis()); // Μαίου

Libraries

greek_string_utils