menu
flower package
documentation
utils/src/utils/flower_utils.dart
FlowerUtils
isMD5 static method
isMD5 static method
dark_mode
light_mode
isMD5
static method
bool
isMD5
(
String
s
)
Checks if string is MD5 hash.
Implementation
static bool isMD5(String s) => hasMatch(s, r'^[a-f0-9]{32}$');
flower package
documentation
utils/src/utils/flower_utils
FlowerUtils
isMD5 static method
FlowerUtils class