- Home
- Regex Tester
Regex Tester & Explainer
Test regular expressions with live match highlighting. Powered by Python's re module. Supports flags: i ignore case · m multiline · s dotall.
Common Regex Patterns Reference
[\w\.-]+@[\w\.-]+\.\w+Email addresshttps?://[^\s]+URL\d{4}-\d{2}-\d{2}ISO date (YYYY-MM-DD)\+?\d[\d\s\-]{7,}Phone number#[0-9a-fA-F]{6}Hex colour\b\d{1,3}(\.\d{1,3}){3}\bIPv4 address^[A-Za-z0-9._%+-]+@Email local part\b[A-Z][a-z]+ [A-Z][a-z]+\bFull nameRelated Tools