Wishlist for new nodes "String-Operations"

My personal wishes for new nodes:

We need nodes for String-operations like leftstring, rightstring, midstring in BASIC

Hello!

Yeah, they are pretty basic nodes. Since list/string manipulations in XOD C++ API are far from being trivial, I quickly crafted a node for extracting a substring (midstring in your terms). Find it here https://xod.io/libs/nkrkv/text/substring/

I will try to find some time to implement more convenient nodes regarding this topic. For now, it should be enough for leftstring/midstring.

2 Likes

It works very well. That is, what i was looking for. Thank you.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.