kisTxt method

bool kisTxt(
  1. String s
)

检查字符串是否为txt文本文件

Implementation

bool kisTxt(String s) => matches(_RegexConst.txt);