AGSoft Text Operation

AGSoft Text Operation

A node for applying common text transformations. Choose from a list of predefined operations like uppercase, lowercase, etc. The 'count_words' operation outputs the word count to the 'count' socket. The 'split_lines' operation outputs the joined lines to the 'lines' socket as a single string separated by newlines. Нода для применения распространенных текстовых преобразований. Выберите одну из предопределенных операций, таких как верхний регистр, нижний регистр и т.д. Операция 'count_words' выводит количество слов в сокет 'count'. Операция 'split_lines' выводит объединенные строки в сокет 'lines' как одну строку, разделенную символами новой строки.

Pack: comfyui-AGSoft

custom_nodes.comfyui-AGSoft

Inputs (2)

NameTypeRequired
textSTRINGrequired
operationCOMBOrequired

Outputs (3)

NameType
textSTRING
countINT
linesSTRING