right-pad

WebJar for right-pad

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

right-pad
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

right-pad
WebJar for right-pad
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/MatthewSH/right-pad

Download right-pad

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/right-pad/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>right-pad</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/right-pad/
implementation 'org.webjars.npm:right-pad:1.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/right-pad/
implementation ("org.webjars.npm:right-pad:1.0.1")
'org.webjars.npm:right-pad:jar:1.0.1'
<dependency org="org.webjars.npm" name="right-pad" rev="1.0.1">
  <artifact name="right-pad" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='right-pad', version='1.0.1')
)
libraryDependencies += "org.webjars.npm" % "right-pad" % "1.0.1"
[org.webjars.npm/right-pad "1.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Right Pad

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

Install

$ npm install right-pad

Usage

var rightpad = require('right-pad');
rightpad('hello world', 14, '.'); // => hello world...

Versions

Version
1.0.1