Interface RegexPattern.CharacterProperty

All Superinterfaces:
RegexPattern, RegexPattern.CharSetElement
All Known Implementing Classes:
RegexPattern.PosixCharClass, RegexPattern.UnicodeProperty
Enclosing interface:
RegexPattern

public static sealed interface RegexPattern.CharacterProperty extends RegexPattern.CharSetElement, RegexPattern permits RegexPattern.PosixCharClass, RegexPattern.UnicodeProperty
Represents a character property, like \p{Lower} or \P{Lower}.