Find and replace all occurrences of a term. Supports plain text and regex patterns (wrap in slashes, e.g. /[0-9]/).
Example
hello_world (term: _, replace: -) → hello-world
foo bar baz (term: ' ', replace: _) → foo_bar_baz
2024-01-15 (term: -, replace: /) → 2024/01/15