PureData CEAMMC library web documentation
aliases: [str.substr]
available since version: 0.3
FROM
substring position. May be relative: -1 means one character from the end of
stirng
type: int
LEN
substring length. If -1 given (by default), means 'till string end'.
type: int
@from
Get/set substring position. Can be negative - to address string from the end
type: int
default: 0
@len
Get/set substring length. If equal to -1, substring to the end of string
type: int
min value: 0
default: -1
See also: [string.split]
Authors: Alex Nadzharov, Serge Poltavsky
License: GPL3 or later