devcrate / Text / Regex Tester
Text

Test regex against real text.

Write a pattern, toggle flags, and see every match highlighted live against your own test string.

runs entirely in your browser — nothing is uploaded
ad slot · 336x280 in-content

How to use the regex tester

  1. Type a regular expression pattern (without slashes).
  2. Toggle flags — g (global), i (case-insensitive), m (multiline), s (dotall).
  3. Paste your test text and click Test to see matches highlighted inline.