Regex Tester
Test and debug regular expressions online with match highlighting.
//
Common Regex Patterns
\\d+ — One or more digits\\w+ — One or more word characters^https?:// — URLs starting with http/https[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,} — Email