Uses of Enum Class
org.frankframework.pipes.RegExPipe.RegExFlag
-
Uses of RegExPipe.RegExFlag in org.frankframework.pipes
Modifier and TypeMethodDescriptionstatic RegExPipe.RegExFlag
Returns 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.Modifier and TypeMethodDescriptionvoid
RegExPipe.setFlags
(RegExPipe.RegExFlag... flags) Comma seperated list of flags, which changes the behavior of the regex expression.