Text to Morse Code Decoder - Online CW Translation Tool
Translate text to Morse code with audio playback. Adjust speed and tone. An educational tool for amateur radio enthusiasts. Works offline.
UD5 Toolkit
Extract, deduplicate, filter & export email addresses from any text in seconds.
Paste text on the left and click "Extract Emails" to begin.
user@domain.tld). This tool runs entirely in your browser — no data is ever sent to any server.
name@domain.comuser+tag@domain.comuser@mail.sub.domain.co.ukuser@domain123.netgmail.com, outlook.com will only show email addresses from those two domains. Leave the filter empty to extract all domains. This is great for targeted lead generation or competitor analysis.
.txt file with one email per line..csv file with an "Email" header, compatible with Excel, Google Sheets, and most CRM tools.local-part@domain.tld where the local part can contain letters, digits, and common special characters (. _ % + -), and the domain part supports subdomains and multi-level TLDs (like .co.uk). The regex is case-insensitive and handles edge cases like plus aliases and long TLDs.
"john doe"@domain.com)user@[192.168.1.1])Translate text to Morse code with audio playback. Adjust speed and tone. An educational tool for amateur radio enthusiasts. Works offline.
Type letters and discover all possible English words. Useful for word games like Scrabble. Dictionary lookup is client‑side.
Convert decimal numbers to their hexadecimal equivalents. Support for large integers. Fast and handy for low-level programming reference.
Enter letters and find all possible English words (from a built-in dictionary). Filter by minimum length. Great for Scrabble or word games. Local dictionary lookup.
Reduce reverb and echo from a vocal recording using a basic noise gate and filter. Quick cleanup for bad room acoustics.
Generate the MD5 hash of any text string. For quick integrity checks. All local computation.
Select a key and build chord progressions (I-IV-V, etc.). Hear them played with simple piano sounds. Great for songwriting inspiration. Local audio synthesis.
Browse hundreds of curated pet names or get a random suggestion. Filter by gender or species. Name your new friend.
Convert a canning recipe to a different number of jars while keeping proportions and correct headspace. Local calculator.
Paste a hash and the tool guesses which algorithm created it based on length and format. Useful for forensic analysis.
Type your name and see it spelled letter-by-letter in the NATO phonetic alphabet. Useful for radio calls or just for fun.
Get a random chord progression (e.g., I‑V‑vi‑IV) with a suggested key. Play with built‑in piano sounds. For songwriters.
Generate magic squares of odd order (3x3, 5x5, …). See the sum constant and verify rows, columns, diagonals. Educational math toy.
Interactive cheatsheet for JavaScript regular expressions with live examples. Click any token to see its explanation and test it on sample text immediately.
Enter a simple regular expression and see its equivalent Deterministic Finite Automaton diagram. Learn how regex engines work.
Test a regular expression against malicious inputs to detect catastrophic backtracking and ReDoS vulnerabilities. Educational.
Practice positive/negative lookahead and lookbehind. See matches highlighted live. Master advanced regex.
Test regular expressions with Unicode property escapes like \p{Emoji}. See matches live. Modern regex power.
Test a regex against long strings and measure execution time. Detect catastrophic backtracking patterns. Visual warning if slow.
An interactive reference for regular expression tokens. Click a token to see its explanation and example. Learn regex faster.
Paste a regular expression and get a step‑by‑step plain English explanation of what it does. Learn regex.
Enter a regular expression and see a visual railroad diagram explaining the pattern. Learn and debug regex.
Pull out all URLs and links from text. Extract domains, paths, and protocols. Perfect for SEO scraping or analyzing text documents. Client-side execution.
Perform simple or regex-based find and replace operations on text. Batch replace words, phrases, or patterns instantly. Processed locally in your browser.
Build and test regular expressions against sample text. Real-time match highlighting, capture groups display, and flavor options. All inside your browser.