powered by
This function checks if a string starts with a vowel.
startsWithVowel(x)
TRUE if the string starts with a vowel, FALSE otherwise.
A character string.
# Check if "apple" starts with a vowel startsWithVowel("apple") # Check if "banana" starts with a vowel startsWithVowel("banana")
Run the code above in your browser using DataLab