returns true if input token is of type string
static bool isString(String token) => regExpAnyString.stringMatch(token) == token;