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