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 NAME", local!code: char(code(local!string)), local!tip: cleanwith(local!code,"aeiouAEIOU"), a!forEach( items: local!tip, expression: a!localVariables( concat("on " & fv!index & " index- " & local!tip[fv!index]) ) ))