Ensures the value contains only alphabetic characters.
static Validator alpha({String? message}) => Validator._()..alpha(message: message);