Given a string s, return a string containing the first vowel that occurs twice in the string. For this exercise, consider only the following vowels: a, e, i, o, u and their uppercase versions. If no vowel is doubled, return the empty string.