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 = ''; }
}">
Related Tools
Emoji Picker
Browse and search over 1800 emojis by category or keyword. Click to copy any emoji to your clipboard instantly.
Text Diff Checker
Compare two text blocks and highlight differences line by line. Shows added, removed, and unchanged lines with color coding.
Text Sorter
Sort lines of text alphabetically, numerically, by length, or randomly. Options to reverse, deduplicate, and ignore case.