Syntax Rule 12: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| 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 07:39, 15 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 |