$str.isnumber
Returns
1
if the given string represents a number
Usage
<
bool
>
$str.isnumber
(
<
givenstring
:string
>
)
Description
Returns
1
if the given string represents a number, and
0
otherwise.
Index
,
Functions