pub fn parse_max_length( input: &str, max_len: usize, field_name: &str, ) -> Result<String, ParseError>
Parse a string with maximum length limit