Find & Replace
Find and replace text — plain string or regular expression. Optional case-insensitive and global flags. Live preview with match count.
100% in your browser. Files never uploaded.
Result will appear here.How to use
- 1Paste source textWhatever you want to operate on.
- 2Type find/replaceEnable Regular expression for backreferences and patterns.
- 3Read result and match countReplacement is global — every match swaps in one pass.
FAQ
What regex flavor?
JavaScript regex — the same syntax as RegExp in JS engines. $1, $2 etc. work in the replacement field.
Is my text uploaded?
No. Everything happens in your browser.