Test regular expressions with real-time matching
^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
Email validation
\b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\b
IP address matching
https?://...
URL matching
\b\w+\b
Word boundaries
(\d{4})-(\d{2})-(\d{2})
Date with groups (YYYY-MM-DD)