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
Use regular expressions function
community.appian.com/.../regular-expression-functions
regexallmatches( "[aeiouAEIOU]", "SIMPLE TEST")