v1.0.0 · Chrome · MV3 · Regex Tester

RegexPal

An inline regex tester and debugger that lives in your browser. Real-time match highlighting, pattern explanation, and a built-in reference — no more switching tabs to regex101.

Regex Tester

Pattern /\b[A-Z][a-z]+\b/ gi
Test Hello world, Alice and Bob are Testing regex
Matches 4 matches
#1 Hello [0:5]
#2 Alice [13:18]
#3 Bob [23:26]
#4 Testing [31:38]

Real-Time Match Highlighting

See matches highlighted inline as you type. No submit button, no waiting — instant feedback on every keystroke.

FREE

Regex Flags

Toggle global, case-insensitive, multiline, dotAll, and unicode flags with one click. See how each flag changes results.

FREE

Match Count & List

See exactly how many matches were found, with each match displayed in a scrollable list. Quick overview at a glance.

FREE

Common Patterns Reference

Built-in library of common regex patterns: email, URL, phone, IP, date, hex color, HTML tags. Click to insert instantly.

FREE

Save Regex Patterns

Save your frequently used regex patterns for quick access. Free users get 3 slots; Pro gets unlimited.

FREE (3 slots)

Error Feedback

Invalid regex? Get an immediate, clear error message. No guessing what went wrong.

FREE

Named Capture Groups

See named capture groups displayed next to each match. Debug complex patterns with named groups effortlessly.

PRO

Replace Mode

Test find-and-replace with regex. Enter a replacement string and see the result instantly. Supports backreferences.

PRO

Pattern Explanation

Get a human-readable breakdown of any regex pattern. Understand what each token, group, and quantifier does.

PRO

Match Details

See index positions, lengths, and capture group values for every match. Full match forensics at your fingertips.

PRO

Unlimited Saved Regexes

Save as many regex patterns as you want. Build your personal regex library over time.

PRO

Import / Export JSON

Export your entire regex collection as JSON and import on another machine. Share patterns with your team.

PRO