Searched defs:padRight (Results 1 – 2 of 2) sorted by relevance
10 …ft=function(i,I){return this.padding(-Math.abs(i),I);};String.prototype.padRight=function(i,I){ret… method in String
117 String.prototype.padRight = function(n, c) { method in String