Regex Tester

Part of Developer Tools

Write and test regular expressions in real-time, matching patterns and finding captures.

How to Use Regex Tester

  1. Enter your Regular Expression (e.g. ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$)
  2. Provide regex flags (g: global, i: case-insensitive, m: multiline).
  3. Type test strings to view highlighted match groups, capturing indexes, and total count.