Your everyday toolkit/The workspace
Always free. Always handy.
← Development & Code

Code Processing

Regex Expression Tester

Visualize regex matching process

Your workspaceMake something good.
//
Test String
Matches: 0
Enter a regex pattern to test

Common Patterns

Email
[\w.-]+@[\w.-]+\.\w+
URL
https?://[\w.-]+(?:/[\w.-]*)*
Phone (US)
\(?\d{3}\)?[-.]?\d{3}[-.]?\d{4}
IP Address
\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}
Date (YYYY-MM-DD)
\d{4}-\d{2}-\d{2}
Hex Color
#[0-9a-fA-F]{3,6}
HTML Tag
<[^>]+>
Numbers
-?\d+\.?\d*
Part of your everyday creative toolkit.