File manager - Edit - /usr/local/lib/node_modules/bower/lib/node_modules/bower-config/node_modules/mout/string/rpad.js
Back
var toString = require('../lang/toString'); var repeat = require('./repeat'); /** * Pad string with `char` if its' length is smaller than `minLen` */ function rpad(str, minLen, ch) { str = toString(str); ch = ch || ' '; return (str.length < minLen)? str + repeat(ch, minLen - str.length) : str; } module.exports = rpad;
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings