Swift 5 en supérieur

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