Extract only non-secure (http) URLs

Please log in or register to do it.

This tool extracts only non-secure (http) URLs from your text. It provides flexible options so you can extract every non-secure URL, extract only non-secure URLs matching specified substrings, extract non-secure URLs except those containing specified substrings, or format the extracted non-secure URLs using a custom format. Simply enter your text and select the extraction mode that suits your needs.

Extraction Modes:


Extracts every URL that starts with "http://" from the text.

Extracts only the non-secure URLs that contain the specified substring(s). Enter a comma‑separated list (e.g., example, insecure).

Extracts every non-secure URL except those that contain the specified substring(s). Enter a comma‑separated list (e.g., test).

Extracts each non-secure URL and formats it using a custom format. Use {url} as a placeholder for the extracted URL.

Examples:

Extract All Non-Secure URLs

Extracts every URL that begins with "http://" from the text.

Before:
Visit http://insecure.com and https://secure.com for more info.
After:
http://insecure.com

Extract Only Non-Secure URLs Matching Specified Substrings

Only extracts non-secure URLs that contain the specified substring (e.g., "example").

Before:
Visit http://example.com and http://insecure.org for details.
After (specifying "example"):
http://example.com

Extract All Except Non-Secure URLs Containing Specified Substrings

Extracts every non-secure URL except those that contain the specified substring (e.g., "org").

Before:
Visit http://example.com and http://insecure.org for details.
After (excluding "org"):
http://example.com

Extract Non-Secure URLs with Custom Format

Each extracted non-secure URL is formatted using a custom format (e.g., wrapping in square brackets).

Before:
Go to http://insecure.com now.
After (format "[{url}]"):
[http://insecure.com]
Extract all dates in DD/MM/YYYY format
Extract JavaScript function names from code

Your email address will not be published. Required fields are marked *