Difference between revisions of "RegexSplitStage"
From CCIL
(Created page with " === Class === <pre> service:split-regex rdf:type entity:service ; entity:implementation "net.ccil.common.split.server.RegexSplitStage" ; entity:classpath...") |
|||
Line 1: | Line 1: | ||
− | === | + | === Parameters === |
+ | {| | ||
+ | ! Name | ||
+ | ! Description | ||
+ | |- | ||
+ | | mode | ||
+ | | ''split'' or ''join'' | ||
+ | |- | ||
+ | | separator | ||
+ | | string or regex to use when splitting input. | ||
+ | |} | ||
+ | |||
+ | === Registration === | ||
<pre> | <pre> |
Revision as of 15:56, 14 May 2017
Parameters
Name | Description |
---|---|
mode | split or join |
separator | string or regex to use when splitting input. |
Registration
service:split-regex rdf:type entity:service ; entity:implementation "net.ccil.common.split.server.RegexSplitStage" ; entity:classpath "" ; entity:arguments "" .