Last updated:
0 purchases
greek string utils
Usage #
var may = 'Μάιος';
print(may.toGreekUpperCase()); // ΜΑΙΟΣ
print(may.removeGreekEmphasis()); // Μαιος
may = 'Μαΐου';
print(may.toGreekUpperCase()); // ΜΑΪΟΥ
print(may.removeGreekDieresis()); // Μαίου
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.