Swift 5 до верхнего

Swift 5
print("your string".uppercased())
//output: "YOUR STRING"
Wicked Wolf