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