Lowercase Validates if the given input is lowercase. Valid values: validator.lowercase().validate(''); validator.lowercase().validate('foo'); Invalid values: validator.lowercase().validate('Foo'); validator.lowercase().validate('fooBar');