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