pub fn parse_alphanumeric( input: &str, field_name: &str, ) -> Result<String, ParseError>
Parse alphanumeric string (letters and digits only)