Matches a string containing only alphabetic characters.
static final RegExp alpha = RegExp(r'^[a-zA-Z]+$');