Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 265 Bytes

Numeric.md

File metadata and controls

18 lines (13 loc) · 265 Bytes

Numeric

  • v::numeric()

Validates on any numeric value.

v::numeric()->validate(-12); // true
v::numeric()->validate('135.0'); // true

See also: