greek_string_utils 1.0.0 copy "greek_string_utils: ^1.0.0" to clipboard
greek_string_utils: ^1.0.0 copied to clipboard

A set of utilities for string with greek letters

Usage #

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

may = 'Μαΐου';
print(may.toGreekUpperCase()); // ΜΑΙΟΥ
print(may.removeGreekDieresis()); // Μαίου
1
likes
0
pub points
37%
popularity

Publisher

verified publisherjohnstef.com

A set of utilities for string with greek letters

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on greek_string_utils