Hi,
Can anyone please let me know, how to find out the number of vowels in a string?
Thank you in advance
Discussion posts and replies are publicly visible
a!localVariables( local!string: "APPIAN", local!vowels: {"A","E","I","O","U"}, length(wherecontains(local!vowels,char(code(local!string)))) )