kisChar method

bool kisChar()

检查字符串是否只包含字母。(没有空格)

Implementation

bool kisChar() => matches(_RegexConst.char);