isnumeric
Basic data handling: StringIsNumeric
Checks if all characters in the string are numeric. This node returns True if all characters in the string are numeric and there is at least one character, otherwise False. Numeric characters include digit characters and characters that have the Unicode numeric value property.
Pack: Basic data handling
custom_nodes.ComfyUI-basic_data_handling
Inputs (1)
| Name | Type | Required |
|---|---|---|
| string | STRING | required |
Outputs (1)
| Name | Type |
|---|---|
| BOOLEAN | BOOLEAN |