Find and Replace
Find and replace text with regular expression support. See the number of substitutions made. Processed in the browser.
Copied!
Find and replace text
Replacing every occurrence of a word or pattern in a long text is a job for find and replace, not manual line-by-line editing. This tool sorts it out right away and even understands regular expressions for more elaborate searches.
You say what to look for and what to swap it with, and the substitution applies across the whole text, with a count of how many replacements were made. The regex support opens room for advanced searches, by pattern rather than just literal text, which helps clean data, reformat lists or make bulk edits.
Paste the content, set the search and the replacement, and see the result already with the replacement count. Everything is processed in the browser, with no text sent anywhere.
Related Tools
Remove Line Breaks
Remove or replace line breaks from text. Replace with space, comma or any other character. Instant result.
Filter Lines
Filter lines of a text or list that contain (or do not contain) a term. Supports regex and case-insensitive option.
Extract Text Between Delimiters
Extracts every chunk located between a start and an end marker, with options to include the delimiters, drop duplicates and count occurrences.