Find and Replace (Regex)
Find and replace text in one paste — with literal matching or full JavaScript regex, case-sensitivity and whole-word toggles, multiline / dot-all / Unicode-aware flags, and capture-group references (`$1`, `$&`, `$\``) in the replacement. Watch the live match count update as you type so you know exactly what will change before you copy.
工具摘要
此工具接收结构化输入,在浏览器中返回确定性输出,无需上传到服务器。
- 工具名称
- Find and Replace (Regex)
- 输入意图
- 提供需要转换、校验或分析的原始内容。
- 输出意图
- 获得可直接复制、复用或排错的规范化输出。
- 示例输入
- The quick brown fox jumps over the lazy fox. Foxes are fast. Find: fox · Replace: cat · Whole word: on
- 示例输出
- The quick brown cat jumps over the lazy cat. Foxes are fast.
Recent inputs0
Your last 5 inputs will appear here.
The quick brown cat jumps over the lazy dog. The quick brown cat jumps over the lazy dog. cates are fast.
Replacement syntax cheatsheet
工具介绍
Find and replace text in one paste — with literal matching or full JavaScript regex, case-sensitivity and whole-word toggles, multiline / dot-all / Unicode-aware flags, and capture-group references (`$1`, `$&`, `$\``) in the replacement. Watch the live match count update as you type so you know exactly what will change before you copy.
工具概览
Most online find-and-replace tools either don't support regex or hide capture groups behind a paywall. This one runs entirely in your browser, supports every flag the underlying JavaScript engine offers, and gracefully reports invalid patterns instead of silently doing nothing. Pair it with the existing Regex Tester for crafting a pattern, then bring it here to apply the replacement at scale.
使用场景
- Bulk-rename variables or imports across a pasted code block
- Reformat a list of items with a regex template
- Strip URL parameters across many lines at once
- Replace placeholder values in an email template
- Convert date formats with capture groups (e.g., 2024-01-15 → 15/01/2024)
输入/输出示例
The quick brown fox jumps over the lazy fox. Foxes are fast. Find: fox · Replace: cat · Whole word: on
The quick brown cat jumps over the lazy cat. Foxes are fast.
常见问题
What regex flavor is this?+
Can I reference capture groups in the replacement?+
Why is 'Whole word' disabled in regex mode?+
Will it stop on infinite-loop regex patterns?+
探索更多工具
在下方的 Text 分类中发现相关工具。
相关工具
精选可能对你有用的实用工具