RegexSplitStage
From CCIL
Parameters
Name | Type | Description | Comment |
---|---|---|---|
mode | java.lang.String | split or join | |
separator | java.lang.String | string or regex to use when splitting input. |
Context
SPLIT_WORDS = split-regex SPLIT_WORDS.separator = \w SPLIT_WORDS.mode = split SPLIT_WORDS.input = content SPLIT_WORDS.output = words
Registration
service:split-regex rdf:type entity:service ; entity:implementation "net.ccil.common.split.server.RegexSplitStage" ; entity:classpath "" ; entity:arguments "" .