Find & Replace

Find and replace text with optional regex support.

Ad Slot
Ad Slot

Frequently asked questions

Does it replace only the first match or every match?

Every match — the search always runs with the global flag, so all occurrences get replaced, not just the first one.

What happens if I turn on regex mode and my pattern is invalid?

It catches the error and shows the JavaScript engine's own error message instead of crashing or silently failing to replace anything.

Do I need to escape special characters like . or * when regex mode is off?

No — with "Use Regex" unchecked, your search text is automatically escaped so characters like ., *, or ? are matched literally instead of being treated as regex syntax.

We use cookies for analytics and to show ads that keep this site free. No personal data is sold.