Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 321 Bytes

File metadata and controls

23 lines (16 loc) · 321 Bytes

FloatVal

  • FloatVal()

Validates a floating point number.

v::floatVal()->validate(1.5); // true
v::floatVal()->validate('1e5'); // true

Changelog

Version Description
1.0.0 Created

See also: