A list of slices.
TargetString | String to slice. |
Characters | Characters to slice on. |
This command makes its cut to the right of the characters it finds. If there are multiple characters in a row then it cuts on each (e.g. axxxb, cut on x to the right -> ax x x b).
For information regarding exceptions / errors, see
here.
% SliceRight ababab b
ab ab ab