엑스코드(Xcode)/Swift 4

[Swift 4] 문자열 (String) - 길이 (Length)

Clein8 2018. 12. 22. 21:44


문자열 길이 (Length)

Swift 4

let str = "hello" str.count // -> 5