Nodes/ComfyUI-list-filter/Find Not Any Strings
ComfyUI Node

Find Not Any Strings

Checks if none of the search strings are present in the string list.

By Kesin11·Created 2 years ago·Updated about a year ago· 1
Find Not Any Strings
    • not_found_index_list
    • not_found_string_list
    string_list
    search_strings
    delimiter,
    Categorylist-filter

    Inputs (3)

    NameTypeDefaultDescription
    string_listSTRINGThe list of strings to search in.
    search_stringsSTRINGThe list of strings to search for.
    delimiterSTRING,The delimiter used to split the search strings.

    Outputs (2)

    NameTypeDescription
    not_found_index_listINTThe list of indices where search strings are not found.
    not_found_string_listSTRINGThe list of strings where search strings are not found.