Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 433 Bytes

FloatVal.md

File metadata and controls

31 lines (22 loc) · 433 Bytes

FloatVal

  • FloatVal()

Validate whether the input value is float.

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

Categorization

  • Numbers
  • Types

Changelog

Version Description
1.0.0 Created

See also: