kisMD5 method

bool kisMD5(
  1. String s
)

检查字符串是否为md5

Implementation

bool kisMD5(String s) => matches(_RegexConst.md5);