Checks if string is an Doc file. 检查字符串是否为doc文件
static bool isDocument(String s) => RegexUtils.hasMatch(s, RegexConstants.doc);