You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RE2 uses automata theory to guarantee that regular expression searches run in time linear in the size of the input. Web page with SPLDoc for operators and samples: [streamsx.regex SPLDoc](http://ibmstreams.github.io/streamsx.regex).
@@ -103,7 +145,7 @@ RegexMatch operator has three custom output functions:
103
145
</parameters>
104
146
<inputPorts>
105
147
<inputPortSet>
106
-
<description>The RegexMatch operator is configurable with a single input port. The input port is non-mutating and its punctuation mode is Oblivious.</description>
148
+
<description>The RegexRun operator is configurable with a single input port. The input port is non-mutating and its punctuation mode is Oblivious.</description>
@@ -114,7 +156,7 @@ RegexMatch operator has three custom output functions:
114
156
</inputPorts>
115
157
<outputPorts>
116
158
<outputPortSet>
117
-
<description>The RegexMatch operator is configurable with one output port. The output port is mutating and its punctuation mode is Preserving.</description>
159
+
<description>The RegexRun operator is configurable with one output port. The output port is mutating and its punctuation mode is Preserving.</description>
0 commit comments