pub fn length_between(s: &str, min: usize, max: usize) -> bool
Check if a string is within length bounds