pub fn has_length_between(s: &str, min: usize, max: usize) -> bool
Validates if a string length is within a range