Emoji Search Engine – Find Emojis by Meaning or Word
Search for emojis by describing how they look or what they mean. Results are ranked by relevance, and you can copy any emoji with one click.
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])Search for emojis by describing how they look or what they mean. Results are ranked by relevance, and you can copy any emoji with one click.
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.