Search for a command to run...
Test and debug regular expressions with live highlighting.
Flags like g (global), i (case-insensitive), m (multiline) are supported. Global is added automatically for highlighting.
Contact us at hello@example.com or support@test.dev. We also read feedback at hi@run.tools
Your recent regex patterns will appear here.
What
A regex tester lets you test patterns, matches, and capture groups against sample text.
Cases
Validate a new regular expression
Extract groups for parsing tasks
Debug why a pattern fails
How To
A step-by-step guide to validating patterns and inspecting matches.
Type your regex pattern (e.g., \\b\\w+@example\\.com\\b).
Pick flags like g/i/m as needed.
Review highlighted matches and captured groups in the test string.
Knowledge
FAQ