Cut a spread of strings

hi guys, is there a simple way to cut some positions out of each line,

like

12345
23456
34567

to

345
456
567

i only get rid of the last caracters with “split(string)”

can it be that such a basic node is missing?

this here is a workaround, but is a node like copy (string) missing with which you can copy a certain amount of chars beginning from a certain position…?

hmmm. on the list!

select chars.v4p (5.3 kB)

hm, isn’t RegExpr (String) pretty much the node for things like that? a little hard to figure out, sure, but very flexible.

ahahaha,

seems that gregsn doesn’t remember Pad (String)

hey devvvs,
take care that you don’t develop nodes twice…

Copy (String) will be available with the next release.