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

example/greek_string_utils_example.dart

import 'package:greek_string_utils/greek_string_utils.dart';

void main() {
  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