Add tags

Add tags to the following comment

JavaScriptには専用のメソッドはなさそうだったので正規表現で置換。取り除かれる文字はASCIIコードで表現すると[9, 10, 11, 12, 13, 32]。

1
line.replace(/\s+$/, "")

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...