Add tags

Add tags to the following comment
戦略はいたってシンプルで、
・文字列を単語毎に分ける
・単語の頭を大文字にする
・単語をつなげる
というかんじです。
1
(def c(x)(prn:apply +(intersperse" "(map(fn(y)(=(y 0)(upcase:y 0))y)(tokens x)))))

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...