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

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
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