kisVector method

bool kisVector(
  1. String s
)

检查string是否为vector文件

Implementation

bool kisVector(String s) => matches(_RegexConst.vector);