← Back to ToolGen
Regex Tester
Test regular expressions in real-time with syntax highlighting.
Pattern
Global (g)
Case Insensitive (i)
Multiline (m)
Test String
Contact: 123-4567 or 987-6543 Phone: 555-1234
Test Regex
Result
Enter a pattern and click Test Regex.
Quick Reference
\d = digit | \w = word char | \s = whitespace
. = any | ^ = start | $ = end
* = 0+ | + = 1+ | ? = 0-1 | {n} = n times
[abc] = a/b/c | [^abc] = not a/b/c