Template:cheatsheet-key: Difference between revisions
Jump to navigation
Jump to search
(new template for cheatsheet keys) |
(add title) |
||
Line 1: | Line 1: | ||
===Key=== | |||
Uses standard [http://en.wikipedia.org/wiki/Regular_expression#Basic_concepts quanitifcation] operators. | Uses standard [http://en.wikipedia.org/wiki/Regular_expression#Basic_concepts quanitifcation] operators. | ||
;'''bold''': Must be present exactly once. | ;'''bold''': Must be present exactly once. |
Revision as of 23:14, 4 December 2006
Key
Uses standard quanitifcation operators.
- bold
- Must be present exactly once.
- *
- Match 0 or more times
- +
- Match 1 or more times
- ?
- Match 1 or 0 times
- [square brackets]
- common list of values
- (parentheses)
- data format