returns true if input matches regex of any comment single line or multiline
static bool isComment(String token) => regExpAnyComment.stringMatch(token) == token;