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