ArnaStringExtension extension

String extension.

on

Methods

removeAllNotNumber({List<String> exclude = const <String>[]}) String
Remove everything except numbers from the string.
removeAllNumbers({List<String> include = const <String>[]}) String
Remove all numbers from the string.
removeDiacritics() String
remove diacritics from the string.
removeLastWord([int amount = 1]) String
remove last word from the string.
toCapitalize() String
Capitalize the string.
toNormalize() String
Normalize the string.