ComfyUI Node: isupper

Class Name

Basic data handling: StringIsUpper

Category
Basic/STRING/is
Author
StableLlama (Account age: 861days)
Extension
Basic data handling
Latest Updated
2026-05-07
Github Stars
0.04K

How to Install Basic data handling

Install this extension via the ComfyUI Manager by searching for Basic data handling
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter Basic data handling in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

isupper Description

StringIsUpper node checks if all cased characters in a string are uppercase, returning `True` or `False`.

isupper:

The StringIsUpper node is designed to evaluate whether all the cased characters in a given string are uppercase. This node is particularly useful when you need to verify the format of text data, ensuring that it adheres to specific capitalization rules. It checks each character in the string and returns True if every cased character is uppercase and there is at least one such character; otherwise, it returns False. This functionality is essential for tasks that require strict text formatting, such as validating user input or processing text data for further analysis.

isupper Input Parameters:

string

The string parameter is the input text that you want to evaluate. It is a required parameter and should be provided as a string. The function checks this string to determine if all cased characters are uppercase. The default value for this parameter is an empty string (""). There are no explicit minimum or maximum values, but the string should contain at least one cased character to return True.

isupper Output Parameters:

BOOLEAN

The output is a boolean value that indicates whether all cased characters in the input string are uppercase. If the string meets the criteria, the output will be True; otherwise, it will be False. This output is crucial for decision-making processes where text format validation is required.

isupper Usage Tips:

  • Use this node to validate user input where uppercase text is required, such as in certain form fields or data entries.
  • Combine this node with other string manipulation nodes to preprocess text data before performing uppercase checks, ensuring that the input is in the desired format.

isupper Common Errors and Solutions:

Empty String Input

  • Explanation: The input string is empty, which results in a False output since there are no cased characters to evaluate.
  • Solution: Ensure that the input string contains at least one cased character before passing it to the node.

Non-String Input

  • Explanation: The input provided is not a string, which can cause unexpected behavior or errors.
  • Solution: Verify that the input is a valid string type before using this node. Convert other data types to strings if necessary.

isupper Related Nodes

Go back to the extension to check out more related nodes.
Basic data handling
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

isupper