File manager - Edit - /usr/local/lib/node_modules/bower/lib/node_modules/mout/src/string/rpad.js
Back
define(['../lang/toString', './repeat'], function (toString, 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; } return rpad; });
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings