Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 207 Bytes

Even.md

File metadata and controls

16 lines (10 loc) · 207 Bytes

Even

  • v::even()

Validates an even number.

v::int()->even()->validate(2); //true

Using int() before even() is a best practice.

See also