greek_string_utils

Last updated:

0 purchases

greek_string_utils Image
greek_string_utils Images
Add to Cart

Description:

greek string utils

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

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.