DE_REGEXP_0112
DataModel:CDQ/Business Partner/Address/Country/DE/REGEXP 0112
| Property | Value |
|---|---|
| A technical identifier, unique in a certain context. Technical key | REGEXP_0112
|
| The country a linked concept is active or generally relevant for. Country scope | DE (Germany) |
| Informal and comprehensive human-readable definition of a concept. Description | Specifies the allowed formats for the post code of type REGULAR in DE (Germany)
|
| The type in terms of a categorization of regular expressions. Regular expression type | POST_CODE_FORMAT
|
| A concept managed by another concept, e.g., an identifer managed by a registration authority. Manages | DataModel:CDQ/Business_Partner/Identifier/REGULAR |
Regular expression
^[0-9]{5}$
Exemplary matches
- 67655 is a valid post code in Germany for the city Kaiserslautern. A12355 is a wrong post code and violates the rule as there is a character included and there are more than 5 digits.