Utilz
한국어

RegEx Tester

Test and debug regular expressions with real-time highlighting

Flags:

How to Use

  1. Enter your regular expression pattern
  2. Toggle flags (g, i, m, s, u) as needed
  3. Type or paste your test string
  4. Matches are highlighted in real time with captured groups shown below

FAQ

What regex flags are supported?

All standard JavaScript regex flags are supported: g (global), i (case-insensitive), m (multiline), s (dotAll), and u (unicode).

How do I see captured groups?

Captured groups from parentheses in your pattern are displayed in the matches panel below the test string. Each match shows its full match and individual groups.

Does this work offline?

Yes. All regex testing runs in your browser using JavaScript's native RegExp engine. No data is sent to any server.

Related Tools

JSON to CSV Converter

Convert JSON to CSV format

CSV to JSON Converter

Convert CSV to JSON format

Cron Expression Generator

Generate and parse cron expressions

BMI Calculator

Calculate your Body Mass Index

Length Converter

Convert between length units