Syntax Rules: Difference between revisions

From Data Quality Rules Wiki
Jump to navigation Jump to search
(Created page with " These Syntax Rules already exist: {{#ask:Category:Syntax Rule |mainlabel=Page |?Name |?Description |?Regex |?Last editor is |?Modification date |link=subject }}")
 
No edit summary
Line 6: Line 6:
|?Description  
|?Description  
|?Regex  
|?Regex  
|?Last editor is  
|?Last editor is
|?Modification date  
|?Modification date  
|link=subject
|link=subject,Last editor is
}}
}}

Revision as of 07:36, 15 April 2024

These Syntax Rules already exist:

PageNameDescriptionRegexLast editor is"Last editor is" is a predefined property that contains the page name of the user who created the last revision and is provided by Semantic MediaWiki.Modification date"Modification date" is a predefined property that corresponds to the date of the last modification of a subject and is provided by Semantic MediaWiki.
Syntax Rule 12German Postal CodeGerman postal codes must be numeric and exactly 5 digits.
^[0-9]{5}$
C.fuerber18 April 2024 12:36:44
Syntax Rule 7United Kingdom of Great Britain and Northern Ireland Postal Code
^(([A-Z]{1,2}[0-9][A-Z0-9]$
C.fuerber25 April 2024 05:45:03
Syntax Rule 8United States of America Postal Code
\\d{5}([ \\-]\\d{4})$
C.fuerber25 April 2024 05:45:16