DevBox Fast developer utilities, no signup

New: a regex tester that highlights matches without breaking on special characters

· DevBox

Most quick regex testers highlight matches by search-and-replacing the matched text with a wrapped version of itself — which works fine until your sample text contains regex metacharacters, HTML-like fragments, or anything else that trips up a naive string replace. Our new Regex Tester highlights matches by slicing the original string around each match’s position instead, so it stays correct no matter what you paste.

Try the classic (\w+)@(\w+)\.com against a block of text with a few email addresses, or bring in whatever pattern you’re actually debugging — and if you maintain developer docs, the tester is embeddable on your own site with one iframe.

Share this result