Regex Tester
Test regular expressions live. See matches, groups, and explanations instantly.
No matches found. Try: email@example.com
Common Regex Patterns
Email:
\w+@\w+\.\w+
Phone (10 digits):
\d{10}
URL:
https?:\/\/\S+
Date (YYYY-MM-DD):
\d{4}-\d{2}-\d{2}
Hex Color:
#[A-Fa-f0-9]{3,6}
Indian Phone:
(\+91)?[6-9]\d{9}