Status
Ready
Current state
Output
Available
104 chars
Favorite
Unpinned
Not favorited
Session
Draft
Unsaved work
Split Editor
Input on the left, output on the right
Language
Presets
Composer
Input1L · 48
Output2L · 104 B
Ready
const pattern = /^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,}$/;
const isMatch = pattern.test(input);Diagnostics
Pattern^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za…
Flags(none)
Test inputMatches ✓
Languagejavascript
Processing completed successfully