PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: string

string.split

aliases: [str.split], [symbol.split]

split string or symbol by separator

available since version: 0.3


information

Note: by default string or symbol splitted to list of data:String, to get list of Pd symbols use @sym flag or use alias [symbol.split]

example

arguments:

properties:

inlets:

outlets:

keywords:

split

See also: [string.join]

Authors: Alex Nadzharov, Serge Poltavsky

License: GPL3 or later