greek_string_utils 1.0.2

SDKdartflutter
Platformandroidioswindowslinuxmacosweb

A set of utilities for string with greek letters

pub version pub publisher

Usage

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

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