Syntax Rule 12: Difference between revisions

From Data Quality Rules Wiki
Jump to navigation Jump to search
(Created page with "{{Syntax Rule |Name=German Postal Code |Description=German postal codes must be numeric and exactly 5 digits. |Regex=^[0-9]{5}$ |Domain=Address |Locale=de_de |Tag=Postal Code |Status=Draft }}")
 
No edit summary
Tag: Reverted
Line 2: Line 2:
|Name=German Postal Code
|Name=German Postal Code
|Description=German postal codes must be numeric and exactly 5 digits.
|Description=German postal codes must be numeric and exactly 5 digits.
|Regex=^[0-9]{5}$
|Regex=^[0-9]{5}
|Domain=Address
|Domain=Address
|Locale=de_de
|Locale=de_de

Revision as of 16:27, 12 April 2024

Name German Postal Code
Description German postal codes must be numeric and exactly 5 digits.
Regular Expression
^[0-9]{5}
Domain Address
Locale de_de
Tag Postal Code
Status Draft