This tool extracts only secure (https) URLs from your text. You can choose from three extraction modes.
Examples:
Basic Extraction
Extracts every URL starting with "https://". URLs within quotes will have the quotes excluded.
Before:
Visit "https://example.com" and also check 'https://secure.site/page'. Don't forget https://another-site.org/resource.
After:
https://example.com https://secure.site/page. https://another-site.org/resource.
Unique Extraction
Extracts secure URLs, but lists each unique URL only once.
Before:
https://example.com https://example.com https://secure.site/page https://example.com
After:
https://example.com https://secure.site/page
Custom Filtering
Extracts only secure URLs that contain the specified substring. In this example, only URLs containing ".com" are extracted.
Before:
https://example.com https://secure.site/page https://another.org/info https://shop.com/products
After:
https://example.com https://shop.com/products