Write a function that takes a string and returns the number of vowels (a, e, i, o, u) it contains. The function should be case-insensitive.
"Hello World"
3
Bot