Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
CaptureGroups |
RegexProgram.capture()
Get the capture groups setting used to create this instance
|
static CaptureGroups |
CaptureGroups.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaptureGroups[] |
CaptureGroups.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RegexProgram.setCapture(CaptureGroups capture)
Reset the capture groups setting for this instance
|
Constructor and Description |
---|
RegexProgram(String pattern,
CaptureGroups capture)
Constructor for RegexProgram
|
RegexProgram(String pattern,
EnumSet<RegexFlag> flags,
CaptureGroups capture)
Constructor for RegexProgram
|
Copyright © 2024. All rights reserved.