Skip to main content

RepeatingElement

RepeatingElement[spec] represents an arbitrarily repeated type of element in an interpreter, API or form specification.

RepeatingElement[spec,max] represents an element that can appear at most max times.

RepeatingElement[spec,{min,max}] represents an element that can appear between min and max times.

RepeatingElement[spec,{n,{min,max}}] represents an element that initially appears n times in a form.

RepeatingElement[spec,{{i,n},{min,max}}] represents an element where i takes successive values.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.