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