Uses of Class
com.google.mu.util.Substring.RepeatingPattern
-
Uses of Substring.RepeatingPattern in com.google.mu.util
Modifier and TypeMethodDescriptionSubstring.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
.