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 match a valid hostname (also called domain label) in DNS entries.
A regular expression to match Git repository URLs.
A regular expression to extract Youtube video ID from a link.
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 regular expression to match a mailto link, without subject, cc, bcc, and body parameters.
A regular expression to match a YouTube Channel ID.
A regular expression to match a ZIP archive file path.
A useful regex to match all URLs (with or without protocol) found in plain text.
A regular expression to check if is a valid folder name (no forbidden characters included).
A Regular Expression that matches most domains including subdomains and IDN domain names.
A regular expression to parse and validate user-friendly URL slugs.
A regular expression that matches all valid image links.
A regular expression to prase and validate public Vimeo Video Links (groups, players, channels are supported as well).
A regular expression that matches all valid Youtube Video Links (short links are supported as well).
A regular expression that matches all valid native video & audio links.