Uses of Enum
ai.rapids.cudf.RegexFlag
Packages that use RegexFlag
-
Uses of RegexFlag in ai.rapids.cudf
Methods in ai.rapids.cudf that return RegexFlagModifier and TypeMethodDescriptionstatic RegexFlag
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.Methods in ai.rapids.cudf that return types with arguments of type RegexFlagModifier and TypeMethodDescriptionRegexProgram.flags()
Get the regex flags setting used to create this instanceMethod parameters in ai.rapids.cudf with type arguments of type RegexFlagModifier and TypeMethodDescriptionvoid
Reset the regex flags setting for this instanceConstructor parameters in ai.rapids.cudf with type arguments of type RegexFlagModifierConstructorDescriptionRegexProgram
(String pattern, EnumSet<RegexFlag> flags) Constructor for RegexProgramRegexProgram
(String pattern, EnumSet<RegexFlag> flags, CaptureGroups capture) Constructor for RegexProgram