Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SWIFT

concatenate string swift

let string1 = "hello"
let string2 = " there"
var welcome = string1 + string2 // hello there
 
PREVIOUS NEXT
Tagged: #concatenate #string #swift
ADD COMMENT
Topic
Name
9+9 =