OhMyApps
Back to Tools

Regex Tester

Test and debug regular expressions with live matching

Matches 0 found
Highlighted matches will appear here...

How it works

Enter a regular expression pattern and test string to see matches highlighted in real-time. Toggle regex flags to modify matching behavior.

Tips:

  • Use the g flag to find all matches instead of just the first one
  • Click on a match in the results to see its position and capture groups
  • The cheatsheet tab provides a quick reference for common regex syntax
  • This tool uses JavaScript's RegExp engine, which supports most common regex features