module/string library

Enums

Order

Functions

charsRepetition(String text, {bool sorted = false, Order order = Order.descending, bool ignoreSpace = true}) Map<String, int>
leastChars(String text, {bool ignoreSpace = true}) List<Map<String, int>>
leastWords(String text) List<Map<String, int>>
mostChars(String text, {bool ignoreSpace = true}) List<Map<String, int>>
mostWords(String text) List<Map<String, int>>
toRialString(String s, {bool fromToman = false}) String
toTomanString(String s, {bool fromRial = false}) String
words(String text, {bool unique = false}) List<String>
wordsCount(String text, {bool unique = false}) int
wordsRepetition(String text, {bool sorted = false, Order order = Order.descending}) Map<String, int>