UUID / GUID v4 Generator
.Generate RFC-compliant Version-4 UUIDs (Universally Unique Identifiers) in bulk.
Instant regex pattern generator and tester for email validation, phone numbers, URLs, credit cards, IP addresses, and dates.
Matches standard email addresses
^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$Matches HTTP/HTTPS URLs
^https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*)$Matches US phone numbers (various formats)
^(\+\d{1,2}\s)?\(?\d{3}\)?[\s.-]\d{3}[\s.-]\d{4}$Matches ISO 8601 date format
^\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$Matches valid IPv4 addresses
^(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}$Matches major credit card formats
^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|6(?:011|5[0-9]{2})[0-9]{12}|(?:2131|1800|35\d{3})\d{11})$Min 8 chars, 1 uppercase, 1 lowercase, 1 number, 1 special
^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{8,}$Matches 5-digit or 9-digit ZIP codes
^\d{5}(?:[-\s]\d{4})?$Alphanumeric and underscores, 3-16 chars
^[a-zA-Z0-9_]{3,16}$Matches simple HTML tags
<\/?\w+((\s+\w+(\s*=\s*(?:".*?"|'.*?'|[^'">\s]+))?)+\s*|\s*)\/?>
Matches #RGB or #RRGGBB
^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$URL-friendly slug (lowercase, hyphens, numbers)
^[a-z0-9]+(?:-[a-z0-9]+)*$
Matches UUID v1-v5 format
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Select a common pattern preset or write your regex pattern.
Paste test text to see live highlights.
Copy the regex pattern string and flags.
This utility executes entirely client-side in your web browser. No text, calculations, or uploaded data are sent to our servers or stored in any database.
Master Regex Pattern Generator & Tester with step-by-step implementations and benchmarks.
Technical ArticleTroubleshooting, edge cases, and automation methods for Regex Pattern Generator & Tester.
Technical ArticleExplore production examples and workflows powered by Regex Pattern Generator & Tester.
Generate RFC-compliant Version-4 UUIDs (Universally Unique Identifiers) in bulk.
Test and debug regular expressions with real-time match highlighting, groups, and flags support.
Build and explain cron job schedule expressions with a visual UI — no memorizing syntax required.