Test and debug regular expressions with real-time matching and explanations
[A-Za-z]+ - Match letters\d+ - Match digits\w+@\w+\.\w+ - Basic email\b\w{5}\b - 5-letter words^.{1,50}$ - 1-50 charactersi - Case insensitivem - Multiline matchings - Dot matches newlinex - Extended modeu - Unicode support