Text Master

by Thankless Technologies

Remove

Delete all occurrences of a term from the text. Supports regex patterns (wrap in slashes, e.g. /[0-9]/).

Example

hello world (term: o) → hell wrld

foo--bar (term: --) → foobar

price: $9.99 (term: $) → price: 9.99