right-pad

Right Pad adds a padding to the right side of the string with the character of your choice or just blank space.

MIT 8 个版本
安装
npm install right-pad
yarn add right-pad
pnpm add right-pad
bun add right-pad
README

Right Pad

Right Pad adds a "padding" to the right side of the string with the character of your choice or just blank space.

Usage

var rightpad = require("right-pad");
rightpad("hello world", 14, "."); // => hello world...
版本列表
2.0.0 2016-03-22
1.1.1 2025-04-23
1.1.0 2025-04-23
1.0.1 2016-08-04
1.0.0 2016-04-19
0.0.1 2015-05-20
0.0.1-security 2016-03-23
0.0.0 2014-06-03