While this: ```var meow: String = "meow" StringUti...
# announcements
c
While this:
Copy code
var meow: String = "meow"
StringUtils.upperCase(meow)
works