Mid string or right string function?

Does anyone know of an easy way or an extension containing functions to read substrings from any point in a string (ex: reading the next 2 characters starting at character 7, or the rightmost 3 characters)?
I found a nice stringFunctions extension, but it doesn’t include these types of operations.

Use segment text block

1 Like

Brilliant! :grin:
Thank you so much.

1 Like

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