AbraCalc

Regex Tester

Test regular expressions against any string with live match highlighting. All processing is in-browser.

Pure browser JavaScript — uses the built-in RegExp engine.

Embed this tool on your site

How to use this tool

  1. Enter a pattern (e.g. \b\w+\b).
  2. Set flags (g=global, i=case-insensitive, m=multiline).
  3. Type a test string — matches highlight in real time.

Test regular expressions against any string with live match highlighting. All processing is in-browser.

Frequently asked questions

Which flags are supported?
g (global), i (case-insensitive), m (multiline), s (dotAll), u (unicode), y (sticky) — the full JavaScript RegExp flag set.

References & sources