Paste text — get every @mention, #hashtag and URL, deduplicated.
@ followed by letters, digits, underscore, period, hyphen (covers Twitter, Instagram, GitHub, Mastodon)# followed by letters, digits, underscore. Stops at punctuationhttp:// or https:// followed by a non-whitespace run, stops at trailing punctuation like . , )Text parsing runs entirely in your browser via regex. Nothing is sent to a server.