HTML Table to CSV Converter - Online Extract Data
Paste an HTML table snippet and instantly get the data as CSV or JSON. Handy for scraping and data migration. Local.
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])Paste an HTML table snippet and instantly get the data as CSV or JSON. Handy for scraping and data migration. Local.
Check WHOIS information for any domain: registrar, expiration date, and name servers. Quick and private using public WHOIS data aggregators.
Paste a humanâreadable date (like 'next Friday' or 'March 5, 2023') and convert it to ISO 8601 format. Quick and tolerant.
Paste an image from your clipboard directly into the page (Ctrl+V) and extract its color palette. No file dialog needed.
Trace the edge of an object in an image and generate a CSS clipâpath polygon. For nonârectangular layouts.
Comprehensive roomâbyâroom checklist for hosts. Track tasks and timing.
Check WHOIS information for any domain: registrar, expiration date, and name servers. Quick and private using public WHOIS data aggregators.
Log when you last replaced the filter and get a reminder every 2â4 weeks. Keep your pet's water fresh.
Generate Timeâbased OneâTime Passwords locally by entering a base32 secret. Verify your authenticator setup without a phone.
Identify common invertebrate fossils (ammonite, trilobite, brachiopod) from sketches. Amateur paleontology.
Check if a password appears in the Have I Been Pwned database using kâAnonymity. Only the first 5 characters of the hash are sent.
Enter a threeâletter currency code like USD or EUR and instantly see the corresponding symbol and number of decimals. Quick developer reference.
Experiment with the Federated Credential Management API. Simulate a signâin flow without thirdâparty cookies. Privacyâfirst.
Derive a strong cryptographic key from a password using PBKDF2 with SHAâ256. Adjust iterations and salt. Educational and test tool.
Enter a hexadecimal string and decode it as a 32âbit or 64âbit floatingâpoint number. Lowâlevel developer tool.
Use the new `name` attribute on <details> to create an exclusive accordion with zero JavaScript. Copy the clean HTML.
Overlay a protractor to understand ideal hoofâpastern axis. Educational for horse owners.
Enter a decimal number and see its 32âbit and 64âbit IEEE 754 representation. Learn sign, exponent, mantissa.
Generate Argon2id hashes in the browser using a WASM compilation. Choose memory, iterations, and parallelism. Secure local hashing.
See how a computer decides even/odd by looking at the least significant bit. Enter decimal or binary.
Configure and generate a pure CSS accordion with details/summary styling. Copy the HTML/CSS. Accessible and lightweight.
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.