pub fn contains_case_insensitive(s: &str, pattern: &str) -> bool
Validates if a string matches a specific pattern (case-insensitive)