String Manipulation node: lastIndexOfChar()

Hey,

if I am not mistaken, the lastIndexOfChar() function of the String Manipulation node does not work as desired. Please see the screenshot attached to this post.

The expression used to demonstrate the issue was taken from the function's description.

Best,
Marc

can you try the following syntax: lastIndexOfChar("yourString", 'C')?

That works.