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