cannot find the non-optional anchors in an iteration, the iteration fails.
When an iteration fails, the
RepeatingGroup
can either end, fail, or skip the failed iteration. The behavior is as follows:
If the
RepeatingGroup
does not have a
separator
, the
RepeatingGroup
ends. Provided that there was at least one successful iteration prior to the failed iteration, the
RepeatingGroup
succeeds.
If the
RepeatingGroup
has a
separator
, and the
skip_failed_iterations
property is not selected, the
RepeatingGroup
fails.
If the
RepeatingGroup
has a separator, and the
skip_failed_iterations
property is selected, the Script skips over the failed iteration and proceeds with the next iteration. Provided that at least one iteration succeeds, the