A regular expression to match a markdown-style URL link with or without title text.
A regular expression to extract the filename or domain name from a given URL (after the /, before the file extension).
A regular expression to match the last segment (path delimited by slashes) of a URL.
A regular expression to match all parameters (anything after the ?) in a URL.
A regular expression to extract a domain name or subdomain (with a protocol like HTTPS, HTTP) from a given URL.
A regular expression to match one URL parameter in query strings. Can be used to filter requests on a specific parameter from the query string.
A regular expression that matches everything after the last slash in a string (like a URL or a file/folder path).
A useful regex to match all URLs (with or without protocol) found in plain text.
A regular expression to parse and validate user-friendly URL slugs.
A regular expression to match all valid URLs with port numbers, hashes(#), and parameters (&).
A regular expression to match an ed2k (eDonkey network) link.
A regular expression to match a BitTorrent Magnet Link.