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