DevTool Desk

Find & Replace

2 matches
Preview
The quick brown fox jumps over the lazy dog. The dog barks at the fox.

Find text within a block, replace all occurrences at once, or step through matches one at a time. Toggle regex support for pattern-based matching (with $1-style capture group references in the replacement), and toggle case sensitivity. Matches are highlighted live in the preview below.

Frequently asked questions

How do I use capture groups in the replacement?

With 'Use regex' enabled, wrap parts of your pattern in parentheses to capture them, then reference them in the replacement field as $1, $2, and so on.

What's the difference between 'Replace current' and 'Replace all'?

'Replace current' replaces only the highlighted match and lets you review each change individually with 'Skip to next' in between. 'Replace all' applies the replacement to every match immediately.