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.RepeatingPattern
Substring.all
(char ch) Returns aSubstring.RepeatingPattern
that matches all occurrences ofch
in the input string.static Substring.RepeatingPattern
Substring.all
(CharPredicate matcher) Returns aSubstring.RepeatingPattern
that matches all characters that matchmatcher
in the input string.static Substring.RepeatingPattern
Returns aSubstring.RepeatingPattern
that matches all occurrences ofsubstr
in the input string.Substring.Pattern.repeatedly()
Returns aSubstring.RepeatingPattern
that applies this pattern repeatedly against the input string.static Substring.RepeatingPattern
Substring.topLevelGroups
(Pattern regexPattern) Returns a repeating pattern representing all the top-level groups fromregexPattern
.