Swift 5 para superior

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