ids requiredThe delimited list to slice, usually a list of item ids. Split on the delimiter after trimming surrounding whitespace and a single-character delimiter from both ends.
offset required default 00-based start position. A negative offset counts from the end of the list (so -2 starts at the second-to-last entry). Non-integer text is read as 0.
length optional default to the end of the listHow many entries to keep. Omit it to take everything from offset to the end of the list. A negative length stops that many entries before the end of the list. Length 0 returns an empty result.
delimiter optional default - (dash)The separator between entries, used both to split the input and to re-join the result. May be more than one character.
{item:{limit:{relation.......1}:0:1}:_#PHOTO___}
{limit:alfa-beta-gamma-delta-epsilon:0:1}
{limit:alfa-beta-gamma-delta-epsilon:0:3}
{limit:alfa-beta-gamma-delta-epsilon:2}
{limit:alfa-beta-gamma-delta-epsilon:-2}
{limit:alfa-beta-gamma-delta-epsilon:0:-1}
{limit:alfa-beta-gamma-delta-epsilon:1:2}
{limit:a,b,c,d,e:1:2:,}
{limit:alfa-beta-gamma-delta-epsilon:9:1}
{limit:{ids:9e1d2b9f88e3d6c3bf0eb967378610d6}:0:1}