ComfyUI Node
🪠️ WWAA Search and Replace Multi
Performs multiple find/replace operations on text in a single pass. Each line defines a search/replace pair using 'search;replace' format. Supports quoted strings for values containing special characters. Processes replacements sequentially in the order specified.
🪠️ WWAA Search and Replace Multi
- modified_text
- processing_log
◄text_input—►
◄search_replace_pairssearch1;replace1
search2;replace2
"text, with comma";"replacement"►
◄use_comma_formatfalse►
Category🪠️ WWAA/String
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| text_input | STRING | — | |
| search_replace_pairs | STRING | search1;replace1 search2;replace2 "text, with comma";"replacement" | — |
| use_comma_format | BOOLEAN | false | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| modified_text | STRING | — |
| processing_log | STRING | — |