kisDocument method

bool kisDocument(
  1. String s
)

检查字符串是否为doc文件

Implementation

bool kisDocument(String s) => matches(_RegexConst.doc);