About this tool
Enter a regular expression pattern, flags and a test string to see every match highlighted inline, plus a list of matches with their index and captured groups. Invalid patterns are caught and explained rather than crashing silently.
Examples
- Pattern \b\w+@\w+\.\w+\b against "email me at a@b.com" highlights "a@b.com".