Skip to content
ToolsFast

Find and Replace

Replace text with plain match or regular expression.

Text

Output

Does it support regex?

Yes. Toggle the regex option to use JavaScript regular expressions. Escape special characters when using plain text mode.

Can I replace across multiple lines?

Yes. For multiline patterns, enable regex and use flags like 's' (dotall).