chain
Adds a OneOrMoreElement that matches 1 or more times.
This is equivalent to repeat(min = 1, max = Int.MAX_VALUE, pattern).
Return
this RuleBuilder for chaining
Parameters
pattern
A lambda defining the element(s) to repeat
Adds a OneOrMoreElement that matches 1 or more times.
This is equivalent to repeat(min = 1, max = Int.MAX_VALUE, pattern).
this RuleBuilder for chaining
A lambda defining the element(s) to repeat