three-samples-3.jsondownload ↓
natural_language_description
natural_language_description
Match a basic email address (local part, @, domain with at least one dot).
generated_regex
generated_regex
^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,}$test_strings_match
test_strings_match
user@example.com first.last+tag@sub.example.co
test_strings_no_match
test_strings_no_match
not-an-email user@@example.com user@example a@bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
timeout_ms
timeout_ms
200