Regex Tester
Test, debug, and inspect regular expression matches interactively.
Matches
No matches found.
Test, debug, and inspect regular expression matches interactively.
Test and debug regular expressions with live match highlighting, group capture display, and flags support. Free, fast, no signup. This page is part of UtilsNest's Developer Tools, so you can move between related workflows without leaving the browser.
Browse Category
Explore more tools in Developer Tools to handle adjacent tasks faster.
Open Developer ToolsThis tool uses JavaScript regex (ECMAScript flavor), which covers most real-world use cases including lookahead and Unicode support.
Flags modify matching behavior. "g" (global) finds all matches, "i" (case-insensitive) ignores case, "m" (multiline) matches across newlines.