Find Length Of String In Swift

[Solved] Find Length Of String In Swift | 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 find length of string in swift

Code Explorer Popular Question For Swift