Regex Tester
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/[\w.-]+@[\w.-]+\.\w+/g/https?:\/\/[^\s]+/g/\d{3}-\d{3,4}-\d{4}/g/\d{4}-\d{2}-\d{2}/g