News
regex-tester.js LIVE
/ /
§ Specs Quick Reference
Common Flags
g - Global match (find all matches rather than stopping after the first match)
i - Ignore case (case-insensitive matching)
m - Multiline (^ and $ match start/end of line)
Security & Processing
This tool uses the JavaScript RegExp engine running locally in your browser. All inputs, patterns, and texts stay strictly on your device.