Market Standard · regex

Build, test, and explain regex patterns.

A regex pattern builder + debugger with capture-group highlighting, an explanation engine, a cheat sheet, and a shareable library. Wire it into your daily dev loop — VSIX test-from-selection, save-as-Hook-filter, save-as-Snippet deep links.

An explanation engine, not just a tester. Every token in your pattern gets a human-readable explanation — anchors, character classes, quantifiers, groups, lookarounds.

Live
match highlighting
AST
explanation engine
Public
pattern library + fork
Regex builder + debugger

/[\w.]+@[\w-]+\.[a-z]{2,}/gi

Contact hello@marketstandard.app
or team@marketstandard.io

[\\w.]+ — word chars + dots

@ — literal @

[a-z]{2,} — TLD, 2+ lowercase

Engine
JS RegExp
Library
fork + share
Mission

Regex you can actually read.

Standard Regex is a regex builder + debugger with an explanation engine that walks every token in your pattern and emits a human-readable description. Test against single inputs or run a suite of test cases with expected-match counts. Save patterns to your library with tags, mark them public to share + fork, and deep-link into Standard Hook (save as webhook body filter) and Standard Snippets (save as a snippet).

Capabilities

Built for the workflow you already have.

01

Live match highlighting

Type a pattern + input and see matches highlighted inline with capture groups expanded. Zero-result and invalid-pattern states are surfaced clearly.

02

Explanation engine

Every token — anchors, character classes, quantifiers, groups, lookarounds, alternation, escapes — gets a human-readable explanation rendered as a tree.

03

Test cases with assertions

Attach test cases with expected match counts. The runner reports pass/fail per case so you can lock in behavior before saving.

04

Public library + fork

Mark a pattern public to share it. Other developers can fork it into their own library and tweak. Tags power search.

05

Cheat sheet

An anchored reference for every construct the engine supports — anchors, classes, shorthand, quantifiers, groups, flags, escapes.

06

Hook + Snippets synergy

Deep-link a pattern into Standard Hook to create a webhook body filter, or into Standard Snippets to save it as a snippet — same regex, multiple surfaces.

How it works

Test your first pattern in 30 seconds.

  1. 01Open the dashboard and click 'New pattern'.
  2. 02Type your regex + flags (g, i, m, s, u).
  3. 03Paste test input — matches highlight inline and capture groups expand.
  4. 04Add test cases with expected match counts to lock in behavior.
  5. 05Save to your library, tag it, mark public to share + fork.
Pricing

Free to start. Pro when you need it.

Start free. Upgrade when you outgrow limits or want to remove the powered-by badge.

Free
$0

10 patterns + public library

Starter
$9/mo

unlimited private + fork + cheat sheet

Why Market Standard

Regex you can read, test, and share.

Three focused products, one portfolio. Each app is built to spread your brand while solving one job extremely well.

Open Dashboard
Live match highlighting + capture groups
Explanation engine for every token
Test cases with expected-match assertions
Public library + fork + Hook/Snippets deep links
Compare

How Market Standard compares

FeatureSpreadsheetsGeneric SaaSMarket Standard
Market Standard
Purpose-built for the workflowNoPartialYes
Free tier with no credit cardSometimesYes
Open schema (Postgres + Drizzle)NoNoYes
Viral powered-by badge on free tierNoNoYes
Cross-sells into the rest of the suiteNoNoYes
Self-hostable source-available codeNoNoYes
FAQ

Common questions

Everything you need to know before signing up.

Is there a free tier?
Yes. Every Market Standard app ships with a usable free tier so you can validate the workflow before paying. Upgrade when you outgrow limits or want to remove the powered-by badge.
Do I need to install anything?
No. Each app is a standalone web service. Sign in with email magic link, connect your integrations, and start using the dashboard immediately.
How does the powered-by badge work?
Free-tier artifacts (poll messages, embed widgets, short-link redirects) carry a small 'Powered by Market Standard' badge. Upgrading removes the badge and unlocks higher limits.
Can I use this with the rest of the Market Standard suite?
Yes. Every app cross-links to its siblings — Standard Polls surfaces Standard Standup, Standard Metrics deep-links to Standard Links, and so on. Sign in once with the same email.
Where is my data stored?
Postgres on Supabase, encrypted at rest. Each app exposes a privacy page detailing what is stored and for how long. You can export or delete your data at any time.
Standard Regex — Regex pattern builder + debugger by Market Standard