kisPPT method

bool kisPPT(
  1. String s
)

检查字符串是否为ppt文件

Implementation

bool kisPPT(String s) => matches(_RegexConst.ppt);