Input
The old product name appears twice: OldName and OldName.
Format & transform
Apply several literal replacement rules to one block of text in a single pass. This is useful for renaming terms, fixing recurring typos, changing delimiters, anonymizing sample data, or updating repeated values without opening a document editor.
Focused workspace
Before and after
The old product name appears twice: OldName and OldName.
The new product name appears twice: NewName and NewName.
Three steps
Useful workflows
How it works
The selected operations are applied in order by JavaScript running on this page. The input is not sent to the Go server and is not written to SQLite. The server provides the page, SEO content, and blog system; the browser performs the text transformation.
Questions
No. Rules are literal, which makes characters such as brackets and periods safe to replace.
Rules run from top to bottom, so a later rule can modify the output of an earlier one.
Yes. Literal matching respects letter case.