returns true if input token is of type number
static bool isNumber(String token) => regExpNumber.stringMatch(token) == token;