Checks if string is MD5 hash. 检查字符串是否为md5
static bool isMD5(String s) => RegexUtils.hasMatch(s, RegexConstants.md5);