This comment is reply for 4713 mc: 全体のあみだくじの文字列をamidaに渡...(あみだくじ). Go to thread root.
mc #4714(2007/12/10 06:01 GMT) [ diff ] Rating0/0=0.00
すいません、間違った方を投稿しまいました。"\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))))
Rating0/0=0.00-0+
[ reply ]
mc
#4714()
[
diff
]
Rating0/0=0.00
すいません、間違った方を投稿しまいました。"\s*"じゃなくて、"\s+"でした。
5c5 < (let ((items (ppcre:split "\\s*" (read-line str nil nil)))) --- > (let ((items (ppcre:split "\\s+" (read-line str nil nil))))Rating0/0=0.00-0+