Swift Find Length Of String

[Solved] Swift Find Length Of String | Swift - Code Explorer | yomemimo.com
Question : Get the length of a String swift

Answered by : mobile-star

var test1: String = "Scott"
test1.count

Source : | Last Update : Thu, 06 Feb 20

Answers related to swift find length of string

Code Explorer Popular Question For Swift