Syntax Rule 12: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| 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 | ||
|Tag=Postal Code | |Tag=Postal Code, Gemany | ||
|Status=Draft | |Status=Draft | ||
}} | }} | ||
Latest revision as of 12:36, 18 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, Gemany |
| Status | Draft |