AHASN Tools
Home
Articles
Privacy
Disclaimer
Contact
Home
Articles
Privacy
Disclaimer
Contact
Home
/
Regex Tester
Developer Tools
Regex Tester
Test regex
Regular Expression:
Global (g)
Case Insensitive (i)
Multiline (m)
Test String:
Test Regex
Matches Found:
0
Highlighted Result:
Common Regex Patterns
\d+
- Numbers
\w+
- Words
\s+
- Whitespace
[a-z]+
- Lowercase
[A-Z]+
- Uppercase
^\w+
- Start of line
\w+$
- End of line
.+
- Any character
Related Articles
How to Use Regex Tester
Complete guide on using Regex Tester effectively