「Swift」splitで文字列を分割する

サンプルコード
let str = “AAA,BBB,CCC,DDD"
let array = str.componentsSeparatedByString(“,")

Swift

Posted by arkgame