Extract URLs from Text
Paste any text and get back every unique link found in it, entirely in your browser.
URLs found
Frequently asked questions
Does it find links without http:// or https://?
No, it only matches links that start with http:// or https://. Bare domains like example.com or www.example.com without a scheme won't be picked up.
Are duplicate links removed?
Yes, if the same URL appears multiple times in your text, it only shows up once in the result.
Is my text uploaded anywhere?
No, this runs entirely in your browser using a regular expression to scan the text. Nothing is sent to a server.