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

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()); // Μαίου
1
likes
150
pub points
37%
popularity

Publisher

verified publisherjohnstef.com

A set of utilities for string with greek letters

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on greek_string_utils