Guess the Idiom Game – Online Literal vs Figurative
See a literal illustration of an idiom and guess the phrase. Fun for English learners.
UD5 Toolkit
Decode complex regular expressions into plain English explanations. Understand each token instantly.
\d, \w, and quantifiers. Practice with common examples like email and phone validation.\d matches any digit (0-9). Its opposite \D matches any non-digit.*, +, ?, {n,m}) match as many characters as possible, while lazy quantifiers (*?, +?, ??, {n,m}?) match as few as possible.See a literal illustration of an idiom and guess the phrase. Fun for English learners.
Randomly given base form, type past simple and past participle. Score tracking.
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.
Enter a decimal number and see a visual breakdown of bits, place values, and bitwise operations. Learn binary easily.
Test a regular expression against malicious inputs to detect catastrophic backtracking and ReDoS vulnerabilities. Educational.
Type a number and see its full English word representation (e.g., 123 → one hundred twenty‑three). Supports large numbers.
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.
Enter a decimal number and see detailed step‑by‑step conversion to binary, octal, and hex. For students.
Enter any number up to trillion and get the English word representation. For filling out checks or legal documents.
An interactive reference for regular expression tokens. Click a token to see its explanation and example. Learn regex faster.
Get a common English idiom with its meaning and example. Perfect for ESL learners. Local collection.
Enter a regular expression and see a visual railroad diagram explaining the pattern. Learn and debug regex.
Type a word to see all its homophones with definitions. Avoid embarrassing mistakes (their/there/they’re). Static dictionary.
Pull out all URLs and links from text. Extract domains, paths, and protocols. Perfect for SEO scraping or analyzing text documents. Client-side execution.
Extract all email addresses from a text block using a regex pattern. Deduplicate and sort results. Handy for lead extraction. Data stays on your machine.
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.