A set of utilities for string with greek letters
var may = 'Μάιος'; print(may.toGreekUpperCase()); // ΜΑΙΟΣ print(may.removeGreekEmphasis()); // Μαιος may = 'Μαΐου'; print(may.toGreekUpperCase()); // ΜΑΪΟΥ print(may.removeGreekDieresis()); // Μαίου