menu
flodash package
documentation
modules/string/_helpers/main.dart
hasUnicodeWord function
hasUnicodeWord function
dark_mode
light_mode
hasUnicodeWord
function
bool
hasUnicodeWord
(
String
string
)
Implementation
bool hasUnicodeWord(String string) { return reHasUnicodeWord.hasMatch(string); }
flodash package
documentation
modules/string/_helpers/main
hasUnicodeWord function
main library