Skip to main content

Condition That checks if the second and third letter of a value of a placeholder.

  • April 12, 2022
  • 3 replies
  • 34 views

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

3 replies

  • April 13, 2022

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


  • April 14, 2022

Is this the String Function?


  • April 14, 2022

yes, I think so.