swift append to start of string

Swift
var str1 = str2 + str1

var str1 = "\(3)" + str1
Source

Also in Swift: