kitzos

Regex Tester

Test and debug regular expressions with live highlighting. See matches and groups as you type. Runs entirely in your browser.

Runs locally — nothing is uploaded

How to use

  1. 1

    Enter a pattern

    Type a regular expression in the pattern field and select flags (g, i, m, s, u, y) as needed.

  2. 2

    Add test text

    Paste or type sample text. Matches are highlighted live as you edit the pattern or text.

  3. 3

    Inspect matches

    Review the match count, each match index, capture groups, and named groups in the results list.

Frequently Asked Questions

g, i, m, s, u, and y — toggle them below the pattern field to change matching behavior.