あみだくじ
Posted feedbacks - diff
すいません、間違った方を投稿しまいました。"\s*"じゃなくて、"\s+"でした。
1 2 3 4 | 5c5
< (let ((items (ppcre:split "\\s*" (read-line str nil nil))))
---
> (let ((items (ppcre:split "\\s+" (read-line str nil nil))))
|
あみだくじ
すいません、間違った方を投稿しまいました。"\s*"じゃなくて、"\s+"でした。
1 2 3 4 | 5c5
< (let ((items (ppcre:split "\\s*" (read-line str nil nil))))
---
> (let ((items (ppcre:split "\\s+" (read-line str nil nil))))
|
greentea #4476() Rating4/6=0.67
[ reply ]