Find & Replace
Multi-line text find and replace with optional regex support. The match count is shown after each replace operation.
- Enable Regex to use regular expression patterns (e.g.
\b\w+ing\b) - Backreferences work in the replacement field:
$1,$2 - Uncheck Global to replace only the first match
- Use Use result as input to chain multiple replacements