postcodeUk method

FormValidator postcodeUk()

Validate that the value is a valid postcode for the UK

Implementation

FormValidator postcodeUk() {
  _addRule("postcode_uk");
  return this;
}