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