isMD5 method

bool isMD5()

MD5 regex

Implementation

bool isMD5() => RegVal.hasMatch(
      this,
      RegexPattern.md5,
    );