[email protected]
Developer Tools
Tools for developers
Regex Tester
Test JavaScript regex matches, replacements, split results, and common syntax explanations in your browser.
JavaScript Regex Tester
Simple regex testing in the browser
Enter a pattern, choose flags, paste sample text, and switch between match, replace, split, and explain. Everything updates instantly and nothing is uploaded.
Enter the JavaScript regex source without surrounding slashes.
Pick a common regex and auto-fill the tester.
Simple email matching across multiple lines.
g = global, i = ignore case, m = multiline, s = dotAll, u = Unicode, y = sticky.
Sample text
Paste the text you want to test. Multi-line input is supported.
Highlighted text
Match ranges are highlighted in blue. Zero-width matches use small markers.
[email protected] [email protected] not-an-email
Match results
Each result shows the text and its position.
[email protected]
Regex Tester
Test JavaScript regex matches, replacements, split results, and common syntax explanations in your browser.
JavaScript Regex Tester
Simple regex testing in the browser
Enter a pattern, choose flags, paste sample text, and switch between match, replace, split, and explain. Everything updates instantly and nothing is uploaded.
Enter the JavaScript regex source without surrounding slashes.
Pick a common regex and auto-fill the tester.
Simple email matching across multiple lines.
g = global, i = ignore case, m = multiline, s = dotAll, u = Unicode, y = sticky.
Sample text
Paste the text you want to test. Multi-line input is supported.
Highlighted text
Match ranges are highlighted in blue. Zero-width matches use small markers.
[email protected] [email protected] not-an-email
Match results
Each result shows the text and its position.
[email protected]
[email protected]