Uses of Interface
com.google.common.labs.regex.RegexPattern.CharacterProperty
Packages that use RegexPattern.CharacterProperty
-
Uses of RegexPattern.CharacterProperty in com.google.common.labs.regex
Classes in com.google.common.labs.regex that implement RegexPattern.CharacterPropertyModifier and TypeClassDescriptionstatic enum
Represents a POSIX character class inside a CharacterSet: e.g.static final record
Represents a Unicode property class: e.g.Methods in com.google.common.labs.regex that return RegexPattern.CharacterPropertyModifier and TypeMethodDescriptionRegexPattern.CharacterProperty.Negated.property()
Returns the value of theproperty
record component.Constructors in com.google.common.labs.regex with parameters of type RegexPattern.CharacterPropertyModifierConstructorDescriptionNegated
(RegexPattern.CharacterProperty property) Creates an instance of aNegated
record class.