.*
Regex Explainer
Decode cryptic patterns into plain English
Enter Regular Expression
/
g
global
i
insensitive
m
multiline
Explanation
Enter a pattern
🔍
Type a regex pattern above to see its explanation
Try These Examples
^\d{3}-\d{3}-\d{4}$
US Phone Number
^[\w.-]+@[\w.-]+\.\w+
Email Address
^https?:\/\/
URL Protocol
^(?=.*[A-Za-z])(?=.*\d)
Strong Password
\d{1,2}[\/\-]\d{1,2}
Date Format
#[0-9A-Fa-f]{6}
Hex Color