エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
本日3つ目。 padzero.js (function(){ String.prototype.repeat = function(count){ var result = ''; f... 本日3つ目。 padzero.js (function(){ String.prototype.repeat = function(count){ var result = ''; for(var i = 0; i < count; i++){ result += this; } return result; }; String.prototype.padLeft = function(length, char){ return char.repeat(length - this.length) + this; }; if(Editor.IsTextSelected() == 0) Editor.SelectAll(); var selection = Editor.GetSelectedString(0); var matches = selection.match(/\d+/g); v