🪠️ WWAA Search and Replace Text

WWAA_SearchReplaceText

Performs text search and replace operations on multi-line strings. Searches for all occurrences of a specified string and replaces them with another string. Useful for batch text modifications, prompt adjustments, and string manipulation tasks.

Pack: WWAA-CustomNodes

custom_nodes.WWAA-CustomNodes

Inputs (3)

NameTypeRequired
text_inputSTRINGrequired
search_stringSTRINGrequired
replace_stringSTRINGrequired

Outputs (1)

NameType
modified_textSTRING