AF_REGEXP_0004

From CDQ Wiki
DataModel:CDQ/Business Partner/Address/Country/AF/REGEXP 0004
Jump to navigation Jump to search
Property Value
A technical identifier, unique in a certain context. Technical key REGEXP_0004
The country a linked concept is active or generally relevant for. Country scope AF (Afghanistan)
Informal and comprehensive human-readable definition of a concept. Description Specifies the allowed formats for the post code of type REGULAR in AF (Afghanistan).
  • ^: Start of the string.
  • (1[0-9]|2[0-9]|3[0-9]|4[0-3]): Matches the first two digits, which range from 10 to 43.
  • ([0-4][0-9]|5[0-1]|5[1-9][0-9]|9[0-9]): Matches the last two digits, which can range from 01 to 50 or 51 to 99.
  • $: End of the string.
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
 ^(1[0-9]|2[0-9]|3[0-9]|4[0-3])([0-4][0-9]|5[0-1]|5[1-9][0-9]|9[0-9])$
Exemplary matches

No examples provided.