Uses of Enum Class
com.google.common.labs.regex.RegexPattern.PredefinedCharClass
Packages that use RegexPattern.PredefinedCharClass
-
Uses of RegexPattern.PredefinedCharClass in com.google.common.labs.regex
Subclasses with type arguments of type RegexPattern.PredefinedCharClass in com.google.common.labs.regexModifier and TypeClassDescriptionstatic enum
Represents a predefined character class like\d
or\w
.Methods in com.google.common.labs.regex that return RegexPattern.PredefinedCharClassModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RegexPattern.PredefinedCharClass[]
RegexPattern.PredefinedCharClass.values()
Returns an array containing the constants of this enum class, in the order they are declared.