isAlpha method

bool isAlpha()

Check weather String is alpha or not

Implementation

bool isAlpha() => alphaRegExp.hasMatch(validate());