Test regular expressions with real-time match highlighting and groups.
Test and debug regular expressions with real-time matching and highlighting. See which parts of your text match the pattern, with support for capture groups, flags, and common regex flavors.
Type your regex pattern in the top field and your test text below. Matches are highlighted instantly. Modify either field to see results update in real time.
g (global) finds all matches, i (case-insensitive) ignores case, m (multiline) makes ^ and $ match line boundaries instead of string boundaries.