|
|
|||
|
|
| p.. or Repeated[p] is a pattern object which represents a sequence of one or more expressions, each matching p. |
| Repeated[p, max] represents up to max expressions matching p. |
| Repeated[p, {min, max}] represents between min and max expressions matching p. |
| Repeated[p, {n}] represents exactly n expressions matching p. |