



The Regex Tester widget lets you write regular expression patterns and test them against sample text right on your dashboard. Matches are highlighted in real time, and capture groups are listed below.
Type your regex pattern in the top field. The widget validates it instantly - if there's an error, a message appears below the input.
You can also paste a pattern in /pattern/flags format and the widget will automatically split it into the pattern and flags for you.
Below the pattern input, toggle buttons let you enable or disable regex flags:
^ and $ match the start and end of each line. match newline characters tooPaste or type your test text in the second area. Matches are highlighted in real time with alternating colors so you can tell them apart at a glance.
Below the test string, the widget lists every match with its position in the text. If your pattern has capture groups (including named groups), they're shown under each match.
A summary at the bottom shows the total number of matches and capture groups.
/pattern/flags format to your clipboard