Skip to main content


For a condition I need to check if the second and third letter of a value of a placeholder. How can I achieve this?


you could use 2 individual regex actions to parse the second, then the third character, and then use these regex actions result values as a placeholder



Is this the String Function?



yes, I think so.


Reply