Skip to content
TL ToolLab

Text Tools

URL Extractor

Extract all URLs and links from any block of text instantly. Remove duplicates, sort alphabetically, and copy results with one click.

u.replace(/[.,;!?)\]>]+$/, '')); if(this.dedup) found = [...new Set(found)]; if(this.sort) found.sort(); return found; }, copy() { navigator.clipboard.writeText(this.urls.join('\n')); }, clear() { this.input = ''; } }">