SSL Certificate & Key Pair Matcher - Online Verify Match
Paste an SSL certificate and private key to verify they belong together. Check if a CSR matches a private key. All local crypto.
UD5 Toolkit
Build, test, and debug regular expressions in real-time. Supports JavaScript regex flavor with all common flags.
$1, $2, etc. for captured groups.g (global), i (case-insensitive), m (multiline), s (dotall - dot matches newline), u (unicode). You can combine them, e.g., gi.\\d need double backslash in some contexts), or mismatched parentheses. Check the error message displayed if the pattern is invalid.\\d for any digit (0-9), \\w for word characters (letters, digits, underscore), \\s for whitespace, and their uppercase counterparts for negation: \\D, \\W, \\S.(...). The matched content can be referenced by $1, $2 etc. in the replacement string. For example, pattern (\\w+)\\s+(\\d+) with replacement $1-$2 will turn "hello 123" into "hello-123".Paste an SSL certificate and private key to verify they belong together. Check if a CSR matches a private key. All local crypto.
Map English letters to fancy mathematical or ornamental Unicode symbols. Create Facebook/Twitter bio art. All local.
Convert any text to snake_case, kebab‑case, camelCase, or PascalCase. Essential for programming variable naming. Local.
Paste code and get a beautifully highlighted preview with line numbers. Supports many languages. Copy as HTML. Pure frontend.
Paste your Accept‑Language header and see which languages your site should serve based on quality values. Internationalization helper.
Convert your text to all lowercase instantly. Clean and simple. Works offline.
Shows the decimal and hex code point for every character in a string, including emojis. Copy as array. Dev reference.
Paste CSS with vendor prefixes and get a clean version with only the standard property. Modernize your stylesheets.
Minify JavaScript and CSS code to reduce file size for production. Remove whitespace and comments instantly. Run locally, your code stays private.
Paste a full URL or query string and instantly get a pretty JSON object. Parse arrays and nested keys.
Insert a blank line between each line of text. Perfect for blog drafts or scripts. One‑click converter. Local.
Compile LESS code to plain CSS in your browser. Check for syntax errors and get clean output. For legacy projects.
Break down any URL into its individual components: protocol, hostname, path, query parameters. Decode query strings easily. Purely client-side.
Search by MIME or file extension to see the corresponding type. Helpful when configuring web servers. Static.
Just a dead‑simple tool to convert any text to UPPER CASE. Fast, no ads, all local. Also offers lower and title case.
Convert any length between px, rem, em, vw, vh, %, and pt. Set base size for context. Ultimate frontend helper.
Paste a cURL command and instantly generate equivalent HTTP request code in Python, JavaScript, PHP, and more. Speed up API integration — fully local.
Create an import map JSON with CDN links. Use bare specifiers like `import React from 'react'` without bundlers.
Paste INI content and convert it to a structured JSON object. Handles sections and comments. Client‑side only.
Compile SCSS code to CSS directly in the browser using the official Sass.js library. Supports variables, mixins, nesting. No server upload required.
Find out the real destination of any shortened link (bit.ly, t.co, etc.) without clicking. Resolves redirects locally using public HTTP headers.
Convert title to URL slug with options: ignore stop words, transliterate special characters, choose separator. SEO friendly.
Convert normal text into various Unicode styles (bold, italic, script, fraktur). Copy and paste anywhere. No font install needed.
Add multiple CSS filters (grayscale, blur, hue‑rotate) to an image. See the combined effect. Copy the CSS filter value.
Convert audio files between popular formats like WAV, MP3, and OGG directly in the browser. No upload, fast encoding using WebAudio and ffmpeg wasm.
Convert REM values to pixels and vice versa based on your root font size. Essential for scalable web typography.
Browse a collection of common UI components (cards, modals, navbars) built with pure CSS. Preview and copy the HTML/CSS. Fast prototyping.
Paste Jira/Confluence wiki markup and get a rendered HTML preview. Supports headings, lists, links, and code blocks. All local.
Press any key combination and see the human‑readable shortcut for macOS and Windows. Developer docs helper.
Paste CSV data and transform it into a well‑structured YAML array of objects. Choose key mapping. Perfect for devOps and data migration.