Uses of Enum Class
com.google.common.labs.regex.RegexPattern.Anchor
Packages that use RegexPattern.Anchor
-
Uses of RegexPattern.Anchor in com.google.common.labs.regex
Subclasses with type arguments of type RegexPattern.Anchor in com.google.common.labs.regexModifier and TypeClassDescriptionstatic enum
Represents an anchor, which matches a position like start or end of a line.Methods in com.google.common.labs.regex that return RegexPattern.AnchorModifier and TypeMethodDescriptionstatic RegexPattern.Anchor
Returns the enum constant of this class with the specified name.static RegexPattern.Anchor[]
RegexPattern.Anchor.values()
Returns an array containing the constants of this enum class, in the order they are declared.