Test regular expressions in real time. Highlights all matches, shows capture groups and index positions.
[a-zA-Z0-9._%+\-]+@[a-zA-Z0-9.\-]+\.[a-zA-Z]{2,}
https?:\/\/[^\s]+
\b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\b
[+]?[(]?\d{1,3}[)]?[\s.\-]?\d{3}[\s.\-]?\d{4,6}
#?([0-9a-fA-F]{6}|[0-9a-fA-F]{3})
\d{4}[\-\/]\d{2}[\-\/]\d{2}
^[a-zA-Z0-9_]{3,20}$
(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}...
(?=.*[a-z])(?=.*[A-Z])(?=.*\d).{8,}
\/\*(.|\\n)*?\*\/|(\/\/.*)