How to find indexes of a character in a string

Certified Senior Developer

By using find or search we are getting only first index, but i want to get all the indexes of the particular character in a string.

Hi, I have a code like below where I am getting a list of text strings into a local!leadIDs. When I try to use contains() function to check whether a specified string exists, then I am getting an error…
By in Discussions > New to Appian
2 replies

Eg: local!variable:{"Appian | Documentation | Appian |Community},

I want to get the indexes of this symbol "|"

  Discussion posts and replies are publicly visible