Uses of Enum Class
org.frankframework.pipes.RegExPipe.RegExFlag
Packages that use RegExPipe.RegExFlag
-
Uses of RegExPipe.RegExFlag in org.frankframework.pipes
Methods in org.frankframework.pipes that return RegExPipe.RegExFlagModifier and TypeMethodDescriptionstatic RegExPipe.RegExFlagReturns the enum constant of this class with the specified name.static RegExPipe.RegExFlag[]RegExPipe.RegExFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.pipes with parameters of type RegExPipe.RegExFlagModifier and TypeMethodDescriptionvoidRegExPipe.setFlags(RegExPipe.RegExFlag... flags) Comma seperated list of flags, which changes the behavior of the regex expression.