Find & Replace
Search and replace across your text
— Search and replace across your text
Input
Output
Output will appear here
0 words·0 chars·0 lines
⌘K
About Find & Replace
Find and replace any string or regular expression across your entire text. Supports case-sensitive matching and full regex syntax.
Use cases
- →Bulk replace words across a document
- →Remove specific patterns with regex
- →Swap variable names in code snippets
- →Clean up repeated phrases
FAQ
- Does it support regular expressions?
- Yes — enable the "Use regex" toggle to use full JavaScript regex syntax.
- Is the replace global (all occurrences)?
- Yes, all occurrences are replaced.