Regex tester
Test your regular expressions live
Build and debug your regular expressions without leaving the browser: type a pattern, toggle the flags (g i m s u y) and instantly see every match highlighted inside your test text. Perfect for validating an e-mail format, extracting fields from a log, checking a validation rule or previewing a find & replace before running it in your editor. Captured groups — numbered and named ((?<name>…)) — are listed match by match, and replace mode applies $1, $<name> live.
Everything runs locally in your browser: neither your pattern nor your text is ever sent to a server. No tracking, no ads, and it works offline. A safety guard truncates the test text to 50,000 characters to keep a costly regex (ReDoS) from freezing the tab.