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
Delete all occurrences of a term from the text. Supports regex patterns (wrap in slashes, e.g. /[0-9]/).
hello world (term: o) → hell wrld
foo--bar (term: --) → foobar
price: $9.99 (term: $) → price: 9.99