Kotlin - Data Types
You want to replace all vowels in a String
input with '*' and get a new String. Which Kotlin code correctly does this while respecting String immutability?