Write a regular expression and test it against multiple lines of text. Matches are highlighted in real-time.
MicroKit Regex Tester is a fast, interactive regular expression testing workbench. Test patterns against multiple test strings with instantaneous visual highlight matching, detailed match counts, and flag controls (global, case-insensitive, multiline, and dot-all).
g (global), i (case-insensitive), m (multiline), and s (dotall).Q: Which regex dialect is supported?
A: The tester uses ECMAScript / JavaScript Regex standards, which are fully compatible with PCRE, Rust, Python (re), and Go regex patterns in standard usage.