Uses of Record Class
com.google.common.labs.regex.RegexPattern.Alternation
Packages that use RegexPattern.Alternation
Package
Description
Regex parser for dev tools (requires dot-parse artifact)
-
Uses of RegexPattern.Alternation in com.google.common.labs.regex
Methods in com.google.common.labs.regex that return RegexPattern.AlternationModifier and TypeMethodDescriptionstatic RegexPattern.AlternationRegexPattern.alternation(RegexPattern... alternatives) Returns anRegexPattern.Alternationof the given alternatives.