URL tools
8 tools tagged with “URL”
Extract URLs
Extract all URLs and web links from text, documents, HTML, or code with support for HTTP/HTTPS links, relative URLs, email links, and various URL formats. Perfect for link extraction, web scraping preparation, and analyzing text content for embedded links.
Developer Utilities · Text Processing Tools
Slug Generator
Convert text titles and phrases into URL-friendly slugs by converting to lowercase, replacing spaces with hyphens, removing special characters, handling Unicode characters, and creating SEO-friendly URLs for websites, blogs, and content management systems.
Developer Utilities · Text Processing Tools
Url Decoder
Decode percent-encoded URLs back to human-readable format, converting URL-safe escape sequences (%20 to space, %3A to :, %2F to /) for URL analysis, debugging, and data extraction from web requests.
Developer Utilities · Encoders & Decoders
URL Decoder
Decode percent-encoded URLs back to human-readable format, converting URL-safe escape sequences (%20 to space, %3A to :, %2F to /) for URL analysis, debugging, and data extraction from web requests.
Developer Utilities · Encoders & Decoders
Url Encoder
Encode URLs and query string parameters by converting spaces, special characters, and non-ASCII symbols to percent-encoded format (%20, %3A, %2F) ensuring safe transmission in HTTP requests and preventing URL parsing errors.
Developer Utilities · Encoders & Decoders
URL Encoder
Encode URLs and query string parameters by converting spaces, special characters, and non-ASCII symbols to percent-encoded format (%20, %3A, %2F) ensuring safe transmission in HTTP requests and preventing URL parsing errors.
Developer Utilities · Encoders & Decoders
URL Regex Validator
Validate URLs using regex patterns. Test URLs against standard regex patterns, check for valid protocols (http, https, ftp), domain formats, paths, query parameters, and fragments. Includes common URL regex patterns ready for use.
Developer Utilities · Regex Tools
URL Shortener
Shorten long URLs for sharing with a browser-based URL shortening tool that generates short, shareable links. Works entirely locally in your browser using LocalStorage, doesn't send URLs to external servers ensuring privacy, generates random short codes automatically, and stores shortened URLs persistently until browser data is cleared. Perfect for social media posts, text messages, emails, and anywhere character limits matter. Copy shortened URLs instantly and share them anywhere - they automatically redirect to your original long URLs when clicked.
Web Utilities · URL Tools