Swift 5 nach Ober

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