Regex Tester
Matches update as you type; invalid patterns show an error here.
Flags
Enter a pattern and sample text to see highlights and the match list.
Examples
Email Match
/[\w.-]+@[\w.-]+\.\w+/gURL Match
/https?:\/\/[^\s]+/gPhone Number Match
/\d{3}-\d{3,4}-\d{4}/gDate Match
/\d{4}-\d{2}-\d{2}/g