Python node split string

Be aware that there currently is a bug in the string.remove node and you therefore need to use it in a codeblock as I have shown… More about this can be seen here:

And if you wish it to be even smaller nodetocode helps you…
image

t1 = DSCore.String.AllIndicesOf(str, "\\");
DSCore.String.Remove(str, t1[1]);
2 Likes