🔍 Regex Tester

Test and debug regular expressions with live matching

Common Patterns (Click to use)

Email: ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
URL: ^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?$
Phone (10 digits): ^\d{10}$
Strong Password: ^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)[a-zA-Z\d]{8,}$
Date: ^\d{4}-\d{2}-\d{2}$