Regex Builder
Visual regex builder with preset patterns, test string matching, group extraction, and regex explanation
All processing happens in your browser. No data is uploaded.
Regex Builder
Visual regex builder with preset patterns, test string matching, group extraction, and regex explanation
🔒All processing happens in your browser. No data is uploaded.
Preset Patterns
//gm
g Globali Case Insensitivem Multilines Dot All/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/gmMatch Result
test@example.com
invalid-email
user.name+tag@domain.co.uk
192.168.1.1
invalid-email
user.name+tag@domain.co.uk
192.168.1.1
2 matches found
Match #1
at index 0test@example.comMatch #2
at index 31user.name+tag@domain.co.ukRegex Explanation
