module/string
library
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>>
-
-
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>
-