Uses of Enum
ai.rapids.cudf.CaptureGroups
Packages that use CaptureGroups
-
Uses of CaptureGroups in ai.rapids.cudf
Methods in ai.rapids.cudf that return CaptureGroupsModifier and TypeMethodDescriptionRegexProgram.capture()
Get the capture groups setting used to create this instancestatic CaptureGroups
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.Methods in ai.rapids.cudf with parameters of type CaptureGroupsModifier and TypeMethodDescriptionvoid
RegexProgram.setCapture
(CaptureGroups capture) Reset the capture groups setting for this instanceConstructors in ai.rapids.cudf with parameters of type CaptureGroupsModifierConstructorDescriptionRegexProgram
(String pattern, CaptureGroups capture) Constructor for RegexProgramRegexProgram
(String pattern, EnumSet<RegexFlag> flags, CaptureGroups capture) Constructor for RegexProgram