Template:cheatsheet-key: Difference between revisions
Jump to navigation
Jump to search
(add title) |
(typo) |
||
Line 1: | Line 1: | ||
===Key=== | ===Key=== | ||
Uses standard [http://en.wikipedia.org/wiki/Regular_expression#Basic_concepts | 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 | ;<nowiki>*</nowiki>: Match 0 or more times |
Revision as of 23:19, 4 December 2006
Key
Uses standard quanitification 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