String Ruby

s = "hello"       
s[/[aeiou]/] = '*'      # Replace first vowel with an asterisk