pub fn is_valid_email(s: &str) -> bool
Validates that a string is a valid email address.
Uses a simple regex pattern that catches most common cases.