Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 435 Bytes

FloatVal.md

File metadata and controls

31 lines (22 loc) · 435 Bytes

FloatVal

  • FloatVal()

Validate whether the input value is float.

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

Categorization

  • Numbers
  • Types

Changelog

Version Description
1.0.0 Created

See also: