Child pages
  • RegexExpression.ZeroOrManyWithSeparator
Skip to end of metadata
Go to start of metadata

RegexExpression.ZeroOrManyWithSeparator is a loop with a separator that parses zero ore more elements. It's the same as RegexExpression.ZeroOrMany, except that the elements of the parsed list are divided by the separator specified in the Separator subrule.

See also

RegexExpression
RegexExpression.ZeroOrMany

  • No labels