Regex Tester
Test and debug regular expressions with live matching results.
Common Patterns
- • Email:
\\b\\w+@\\w+\\.\\w+\\b - • URL:
https?://[^\\s]+ - • Phone:
\\d3-\\d3-\\d4 - • Whitespace:
\\s+
Test and debug regular expressions with live matching results.
\\b\\w+@\\w+\\.\\w+\\bhttps?://[^\\s]+\\d3-\\d3-\\d4\\s+