pub fn validate_malo_id(value: &str) -> ConditionResultExpand description
Validate Marktlokations-ID (MaLo-ID): exactly 11 digits.
The 11th digit is a check digit (Luhn algorithm modulo 10).
pub fn validate_malo_id(value: &str) -> ConditionResultValidate Marktlokations-ID (MaLo-ID): exactly 11 digits.
The 11th digit is a check digit (Luhn algorithm modulo 10).