Validate that the value is uppercase
FormValidator uppercase() { _addRule("uppercase"); return this; }