Find & Replace
Find and replace text with optional regex support.
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.
Related tools
Word Counter
Count words, characters, sentences, and paragraphs in real-time.
Character Counter
Count characters with and without spaces instantly.
Case Converter
Convert text to UPPER, lower, Title, camelCase, snake_case, or kebab-case.
Lorem Ipsum Generator
Generate placeholder text in any number of paragraphs or words.