Class ZestLoopTokenRegexSet

  • All Implemented Interfaces:
    ZestLoopTokenSet<String>

    public class ZestLoopTokenRegexSet
    extends ZestElement
    implements ZestLoopTokenSet<String>
    The Class ZestLoopTokenRegexSet.
    This class does not override ZestLoopTokenStringSet because
    the tokens inside the converted set must not be transient
    • Constructor Detail

      • ZestLoopTokenRegexSet

        public ZestLoopTokenRegexSet()
      • ZestLoopTokenRegexSet

        public ZestLoopTokenRegexSet​(ZestLoopRegex loop,
                                     String inputVariableName,
                                     String regex,
                                     int group,
                                     boolean caseExact)
        Instantiates a new ZestLoopTokenRegexSet.
        Parameters:
        loop - the loop.
        inputVariableName - the name of the variable.
        regex - the regular expression.
        group - the group to get from the regular expression.
        caseExact - true if the match is case sensitive, false otherwise.