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