Find and Replace

Find and replace text patterns with support for regex.

0 characters
Output will appear here...
0 characters

Tips

Regular Expressions: Enable to use regex patterns like \d+ for numbers.

Replace Groups: Use $1, $2, etc. in the replacement text to reference capture groups.

Example: Find (\w+)-(\w+) and replace with $2 $1 to swap words separated by hyphens.