Skip to content

babobski/JS-Regex-Tester

Repository files navigation

JS Regex Tester

A complete js regex editor, including regex-highlighting, validation and more.

Preview

Easy modifier modification

You can easily select the modifiers using the dropdown, or you can just type them in.

modifier select

Matches overview

A matches overview is shown on the right, it includes match and group information.

matches overview

Reference table

Below the matches overview, you can find the Regex reference table.

reference table

Preview area

Matches are highlighted in the preview area.

preview area

Validation

When you make a validation mistake, a error is thrown.

validation error

Commands

  • 'Open JS Regex Tester'