← Back to ToolGen

Regex Tester

Test regular expressions in real-time with syntax highlighting.

Enter a pattern and click Test Regex.
\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