istitle
Basic data handling: StringIsTitle
Checks if the string is titlecased. This node returns True if the string is titlecased and there is at least one character, otherwise False. A titlecased string has all words start with an uppercase character and continue with lowercase.
Pack: Basic data handling
custom_nodes.ComfyUI-basic_data_handling
Inputs (1)
| Name | Type | Required |
|---|---|---|
| string | STRING | required |
Outputs (1)
| Name | Type |
|---|---|
| BOOLEAN | BOOLEAN |