Regex Tester
Test, debug, and inspect regular expression matches interactively.
Matches
No matches found.
Test, debug, and inspect regular expression matches interactively.
This 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.