Should I include slashes around the pattern?
No. Enter the pattern itself, then enter flags separately.
Tools
Test regular expressions against sample text and review match groups.
1. contact@technine.io at 8 2. hello@example.com at 31
Test a JavaScript regular-expression pattern against sample text and review every match with its starting index.
No. Enter the pattern itself, then enter flags separately.
The tool uses the global g flag to list every match.
Only if it is also valid in JavaScript RegExp; engine-specific syntax can fail.
No. This tool only lists matching text and starting indices.