Uses of Record Class
org.rekex.regexp.RegExp.Quantified
-
Uses of RegExp.Quantified in org.rekex.regexp
Methods in org.rekex.regexp that return RegExp.QuantifiedModifier and TypeMethodDescriptionstatic RegExp.QuantifiedOptional, i.e.static RegExp.QuantifiedRegExpApi.possessive(RegExp.Quantified q) Possessive quantifierstatic RegExp.QuantifiedRegExpApi.reluctant(RegExp.Quantified q) Reluctant quantifierstatic RegExp.QuantifiedRepeat 0 or more times, i.e.static RegExp.QuantifiedRepeat 1 or more times, i.e.static RegExp.QuantifiedRepeat `min` to `max` times, inclusive.static RegExp.QuantifiedRepeat exactly `n` timesMethods in org.rekex.regexp with parameters of type RegExp.QuantifiedModifier and TypeMethodDescriptionstatic RegExp.QuantifiedRegExpApi.possessive(RegExp.Quantified q) Possessive quantifierstatic RegExp.QuantifiedRegExpApi.reluctant(RegExp.Quantified q) Reluctant quantifier