Link to this page
Print this page
Parent topic
:
String Functions
Template Functions
/
String Functions
isnumber()
The
isnumber()
function checks that the given string can be converted to a number.
Syntax
isnumber(
expr
)
Note:
Returns true if the string can be converted to a number (integer or real).