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