isSHA1 method

bool isSHA1()

SHA1 regex

Implementation

bool isSHA1() => RegVal.hasMatch(
      this,
      RegexPattern.sha1,
    );