Find and Replace

Find and replace text with support for regular expressions. See changes in a unified diff view before applying.

Examples

Regex Quick Reference

.
Any character
*
0 or more
+
1 or more
?
0 or 1
\d
Digit
\w
Word character
\s
Whitespace
^
Start of line
$
End of line
()
Capture group
[]
Character class
$1, $2
Replace groups