[問題] 該如何分割

作者: ryansun (誠實)   2014-03-16 21:11:35
請問我有一段話 形式大概如這樣
comment: "it is nice and great"
想把comment與"it is nice and great"分別存在兩個變數裡
我試著用下列code做
test=readLines("123.txt")
strsplit(test, " ")
但結果是只要遇到空白就會切開
[1] "comment:" "\"it" "is" "nice" "and" "great\""
有什麼方法是讀到第一個空白處才會分割 後面就不會繼續切下去
謝謝指教
作者: braveht (衝吧衝吧)   2014-03-16 21:27:00
改用": "來分割
作者: ryansun (誠實)   2014-03-16 21:37:00
資料中有些comment後面也會出現":",所以這樣也是會分成多
作者: celestialgod (天)   2014-03-16 22:06:00
第一個都是comment就可以全部切完再合併?
作者: Yukirin (いい天気!)   2014-03-16 22:40:00
用:切開之後檢查output長度 超過2後面的再加起來
作者: lin15 ( )   2014-03-17 13:46:00
開頭如果是"comment: "就用"comment: "切 再補回去就好了吧?

Links booklink

Contact Us: admin [ a t ] ucptt.com