T TextTools

Regex Tester

Test JavaScript regular expressions live — see matches highlighted in your text and captured groups in a list.

Advertisement

How to use Regex Tester

  1. Type your regex pattern.
  2. Pick flags.
  3. Paste test text — matches highlight live.

What is Regex Tester?

Build and debug regular expressions quickly: type a pattern, toggle flags (g, i, m, s, u), and see matches highlighted in your test text. Captured groups appear next to each match for easy verification.

Advertisement

FAQ

Which regex flavor?
JavaScript regex (ECMAScript). Lookaheads, lookbehinds, character classes, capture groups, named groups all supported.
What is the safety limit?
Caps at 100,000 matches per run to prevent runaway patterns.

Related tools