var text = "스위프트" var strText = text[text.startIndex] // 스
text.hasPrifix() //스 text.hasSuffix() //트
swift 에는 substring 이 없다..!