ItIs
Tools for determining something.
is_number(value)
¶
Check if a string is a number.
Only decimal numbers.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
value
|
str
|
Some kind of string. |
required |
Returns:
Type | Description |
---|---|
bool
|
True, if the string is a number. |