menu
netease_common package
documentation
netease_common.dart
TextUtils
isLetter static method
isLetter static method
dark_mode
light_mode
isLetter
static method
bool
isLetter
(
String
?
text
)
Implementation
static bool isLetter(String? text) => isNotEmpty(text) && regexLetter.hasMatch(text!);
netease_common package
documentation
netease_common
TextUtils
isLetter static method
TextUtils class