Interface RegexPattern.Group

All Superinterfaces:
RegexPattern
All Known Implementing Classes:
RegexPattern.Group.Capturing, RegexPattern.Group.Named, RegexPattern.Group.NonCapturing
Enclosing interface:
RegexPattern

public static sealed interface RegexPattern.Group extends RegexPattern permits RegexPattern.Group.Capturing, RegexPattern.Group.NonCapturing, RegexPattern.Group.Named
Represents a grouping construct in a regex.