-
static final record
static final record
static final record
static final record
static final record
static final record
RegExp.CharClass.Negation.arg()
Returns the value of the arg record component.
RegExp.CharClass.Intersection.args()
Returns the value of the args record component.
RegExp.CharClass.Union.args()
Returns the value of the args record component.
A character class that contains all code points in `chars`.
`exp.except(args)` is equivalent to `intersect(exp, unions(args))`.
Intersection of character classes.
Negation of a character classes.
Union of character classes.
Creates an instance of a Intersection record class.
Creates an instance of a Negation record class.
Creates an instance of a Union record class.