Your task is to write a method getVowels that gets the vowels in a string. For example, the call getVowels("Hello, World!") should return the string "eoo".
getVowels
getVowels("Hello, World!")
"eoo"