Regex Tester

Matches update as you type; invalid patterns show an error here.

Flags
Waiting for input
Enter a pattern and sample text to see highlights and the match list.

Examples

Email Match
/[\w.-]+@[\w.-]+\.\w+/g
URL Match
/https?:\/\/[^\s]+/g
Phone Number Match
/\d{3}-\d{3,4}-\d{4}/g
Date Match
/\d{4}-\d{2}-\d{2}/g