kisSHA1 method

bool kisSHA1(
  1. String s
)

检查字符串是否为sha1

Implementation

bool kisSHA1(String s) => matches(_RegexConst.sha1);