kisHTML method

bool kisHTML(
  1. String s
)

检查字符串是否为html文件

Implementation

bool kisHTML(String s) => matches(_RegexConst.html);