uppercase method

FormValidator uppercase()

Validate that the value is uppercase

Implementation

FormValidator uppercase() {
  _addRule("uppercase");
  return this;
}