Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Programming / Pattern Matching /

Repeated

FilledSmallSquare p.. is a pattern object which represents a sequence of one or more expressions, each matching p.

FilledSmallSquare p.. can appear as an argument of any function. It represents any sequence of arguments.

FilledSmallSquare All the objects in the sequence represented by p.. must match p, but the objects need not be identical.

FilledSmallSquare The expression p may, but need not, itself be a pattern object.

FilledSmallSquare See Section 2.3.11 and Section A.2.7.

FilledSmallSquare See also: RepeatedNull, BlankSequence.

FilledSmallSquare New in Version 1.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.