Uses of Class
com.google.mu.util.Substring.RepeatingPattern
Packages that use Substring.RepeatingPattern
- 
Uses of Substring.RepeatingPattern in com.google.mu.util
Methods in com.google.mu.util that return Substring.RepeatingPatternModifier and TypeMethodDescriptionstatic Substring.RepeatingPatternSubstring.all(char ch) Returns aSubstring.RepeatingPatternthat matches all occurrences ofchin the input string.static Substring.RepeatingPatternSubstring.all(CharPredicate matcher) Returns aSubstring.RepeatingPatternthat matches all characters that matchmatcherin the input string.static Substring.RepeatingPatternReturns aSubstring.RepeatingPatternthat matches all occurrences ofsubstrin the input string.Substring.Pattern.repeatedly()Returns aSubstring.RepeatingPatternthat applies this pattern repeatedly against the input string.static Substring.RepeatingPatternSubstring.topLevelGroups(Pattern regexPattern) Returns a repeating pattern representing all the top-level groups fromregexPattern.