Sha256: 79488e97919a22f8a0eaf6b72c51ff10873a0d4bb70e77c8d32148ed5ea6164c

Contents?: true

Size: 664 Bytes

Versions: 153

Compression:

Stored size: 664 Bytes

Contents

var createPadDir = require('../internal/createPadDir');

/**
 * Pads `string` on the right side if it's shorter than `length`. Padding
 * characters are truncated if they exceed `length`.
 *
 * @static
 * @memberOf _
 * @category String
 * @param {string} [string=''] The string to pad.
 * @param {number} [length=0] The padding length.
 * @param {string} [chars=' '] The string used as padding.
 * @returns {string} Returns the padded string.
 * @example
 *
 * _.padRight('abc', 6);
 * // => 'abc   '
 *
 * _.padRight('abc', 6, '_-');
 * // => 'abc_-_'
 *
 * _.padRight('abc', 3);
 * // => 'abc'
 */
var padRight = createPadDir(true);

module.exports = padRight;

Version data entries

153 entries across 80 versions & 8 rubygems

Version Path
ilog-0.4.1 node_modules/contents/node_modules/lodash/string/padRight.js
ilog-0.4.1 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/string/padRight.js
ilog-0.4.1 node_modules/babel/node_modules/lodash/string/padRight.js
ilog-0.4.0 node_modules/babel/node_modules/lodash/string/padRight.js
ilog-0.4.0 node_modules/contents/node_modules/lodash/string/padRight.js
ilog-0.4.0 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/string/padRight.js
ilog-0.3.3 node_modules/babel/node_modules/lodash/string/padRight.js
ilog-0.3.3 node_modules/contents/node_modules/lodash/string/padRight.js
ilog-0.3.3 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/string/padRight.js
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/string/padRight.js
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/inquirer/node_modules/lodash/string/padRight.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/string/padRight.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/inquirer/node_modules/lodash/string/padRight.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/string/padRight.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/inquirer/node_modules/lodash/string/padRight.js
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/lodash/string/padRight.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/string/padRight.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/inquirer/node_modules/lodash/string/padRight.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/string/padRight.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/inquirer/node_modules/lodash/string/padRight.js