Remove URLs
Strip links — and optionally email addresses — out of text and keep the prose clean.
Related tools
Remove URLs
Paste any text and every link disappears: http, https and ftp URLs as well as www-prefixed addresses without a scheme. It is the quick fix for copied newsletters full of tracking links, exported chat logs, scraped article text, or any draft where the links have served their purpose and now just get in the way of reading, word counts or translation.
The matcher is careful at the edges. Punctuation that belongs to the sentence — a full stop, comma, question mark or a closing bracket that was never opened inside the link — stays in the text, so "see https://example.com/docs." leaves the final full stop where it was. Brackets that are part of the URL itself, as in Wikipedia-style _(disambiguation) paths, are kept as part of the link and removed with it.
Two options widen the net. Also match bare domains catches schemeless addresses like example.com/pricing; it requires a dot and a TLD-shaped ending of 2–24 letters, and it deliberately skips common filenames such as notes.txt or photo.jpg — with the side effect that a domain ending in a file-extension-like TLD, such as a .md site, is left alone too. Also remove email addresses clears addresses in the same pass. Choose the [link] placeholder to keep the sentence structure readable instead of deleting outright, and leave the double-space cleanup on so removals never leave ragged gaps.
Everything runs locally in your browser — newsletters, logs and drafts never leave your device.