Skip to content

Odd

  • Odd()

Validates whether the input is an odd number or not.

v.odd().validate(0)  # false
v.odd().validate(3)  # true

Using intVal() before odd() is a best practice.

Categorization

  • Numbers

Changelog

Version Description
1.0.0 Created

See also: