Template:cheatsheet-key: Difference between revisions
Jump to navigation
Jump to search
(padding) |
(comment entry) |
||
Line 13: | Line 13: | ||
|- | |- | ||
| (parentheses) || data format | | (parentheses) || data format | ||
|- | |||
| // || comment | |||
|} | |} |
Revision as of 19:12, 5 December 2006
Key
Uses Perl's standard quantifiers:
bold {1} | Must be present exactly once |
italic* | Match 0 or more times |
+ | Match 1 or more times |
? | Match 1 or 0 times |
[square brackets] | list of common values |
(parentheses) | data format |
// | comment |