menu
foop_components package
documentation
utils/utility.dart
Utility
getWordsCountFromRegex method
getWordsCountFromRegex method
dark_mode
light_mode
getWordsCountFromRegex
method
int
getWordsCountFromRegex
(
String
str
)
Implementation
int getWordsCountFromRegex(String str) { var length = str.split(" ").length; return length; }
foop_components package
documentation
utils/utility
Utility
getWordsCountFromRegex method
Utility class