hi
how can i remove portion of a string after a certain character, i my case is after " , ". so i just have “915” as output?

hi
how can i remove portion of a string after a certain character, i my case is after " , ". so i just have “915” as output?

You could also use the String.Substring Node to choose how many characters you want to keep in the string. Like this…
thanks.
but i have see this node, can´t seem to find it. i have google it. no
luck

this one is the one, i can´t find

You can also use Springs.Number.ToString to remove the trailing 0.

the node mentioned is an old one from 2015