Template:cheatsheet-key: Difference between revisions
Jump to navigation
Jump to search
AndyMabbett (talk | contribs) (use wording form RFCs 2119 and 2445, etc.) |
AndyMabbett (talk | contribs) m (-) |
||
Line 8: | Line 8: | ||
| + || {{must}} occur, and {{may}} occur more than once | | + || {{must}} occur, and {{may}} occur more than once | ||
|- | |- | ||
| ? || {{optional}}, but {{must not}} occur more than once | | ? || {{optional}}, but {{must-not}} occur more than once | ||
|- | |- | ||
| [square brackets] || list of common values | | [square brackets] || list of common values |
Revision as of 12:08, 28 August 2007
Key
Based on Perl's standard quantifiers:
bold {1} | MUST be present exactly once |
italic* | OPTIONAL, and MAY occur more than once |
+ | MUST occur, and MAY occur more than once |
? | OPTIONAL, but MUST NOT occur more than once |
[square brackets] | list of common values |
(parentheses) | data format |
# | comment |
! | awaiting documentation |