Template:cheatsheet-key: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(typo)
Line 2: Line 2:
Uses standard [http://en.wikipedia.org/wiki/Regular_expression#Basic_concepts quanitification] operators.  
Uses standard [http://en.wikipedia.org/wiki/Regular_expression#Basic_concepts quanitification] operators.  
;'''bold''': Must be present exactly once.
;'''bold''': Must be present exactly once.
;<nowiki>*</nowiki>: Match 0 or more times
;''italic''<nowiki>*</nowiki>: Match 0 or more times
;+: Match 1 or more times
;+: Match 1 or more times
;?: Match 1 or 0 times
;?: Match 1 or 0 times
;[square brackets]: common list of values
;[square brackets]: common list of values
;(parentheses): data format
;(parentheses): data format

Revision as of 00:04, 5 December 2006

Key

Uses standard quanitification operators.

bold
Must be present exactly once.
italic*
Match 0 or more times
+
Match 1 or more times
?
Match 1 or 0 times
[square brackets]
common list of values
(parentheses)
data format