Find and Replace Pixaroma - sit this node in the wire between a text source (an LLM node, Show Text, Text Pixaroma, any STRING output) and whatever uses the text. It intercepts the text, applies your find/replace rules, and passes the edited result on. It also previews the before/after right on the node.
Add one rule per edit: type what to find and what to replace it with. Leave the replace side empty to delete the found text. Toggle a rule off to skip it without deleting it; drag the handle to reorder. Rules apply top to bottom.
Global toggles: Case (match upper/lowercase exactly), Whole word (only match whole words, so 'art' does not hit 'artist'), Regex (treat find as a regular expression), and Tidy (after the edits, collapse double spaces and fix stray or double commas).
By pixaroma·Created 5 months ago·Updated 23 days ago· 271
Find and Replace Pixaroma
text
◄text—►
Category👑 Pixaroma/💬 Prompt & Text
Inputs (1)
Name
Type
Default
Description
text
STRING
The text to edit. Wire a STRING output (an LLM node, Show Text Pixaroma, Text Pixaroma, etc.) into this input. The node edits it on the way through.
Outputs (1)
Name
Type
Description
text
STRING
The text after all your find/replace rules (and Tidy) are applied.