hello@example.com
support@freejsonparser.com
g (global) finds all matches instead of stopping at the first. i ignores case. m makes ^ and $ match the start/end of each line. s lets . match newlines. u enables full Unicode mode. y matches only from the current position (sticky).
Yes — this tool runs entirely in your browser using JavaScript's native RegExp engine, so patterns behave exactly as they would in your own JS/TypeScript code.
No. Matching runs locally in your browser — your pattern and test string never leave your device.