Pattern and text
\w+@\w+\.\w+ against help@uuup.dev
Result
Matches help@uuup.dev
Developer Tools
Test JavaScript regular expressions in your browser with native RegExp. Supports flags such as i, g, and m, highlights matches, and shows capture groups with offsets for debugging email, crawler, and validation rules.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
开发工具
Powered by JS RegExp Engine Native execution. Some PCRE features (like lookbehinds in old Safari) might not be fully supported.
Pattern and text
\w+@\w+\.\w+ against help@uuup.dev
Result
Matches help@uuup.dev
It follows the browser native RegExp implementation. Advanced features such as lookaround depend on the current browser.
No. Matching runs locally in your browser.
Tools
Continue with another translated tool for a nearby task.
Regex Replacer
Run regular-expression find and replace with custom flags and capture-group backreferences such as $1. Batch text cleanup stays in your browser.
Regex Language Escaper
Escape a raw regex pattern for Java, JavaScript, Python, Go, and other source languages in your browser, reducing double-backslash mistakes when embedding patterns in code.
Text Diff Checker
Compare two text blocks locally in your browser and mark added, removed, and unchanged lines. Useful for configs, copy review, and quick code-snippet diffs with instant results.