isascii

Basic data handling: StringIsAscii

Checks if all characters in the string are ASCII characters. This node returns True if all characters in the string are in the ASCII character set and there is at least one character, otherwise False.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (1)

NameTypeRequired
stringSTRINGrequired

Outputs (1)

NameType
BOOLEANBOOLEAN