Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: padRight/ rpad #113 #114

Open
AngelGzS opened this issue Nov 6, 2019 · 5 comments
Open

Feature: padRight/ rpad #113 #114

AngelGzS opened this issue Nov 6, 2019 · 5 comments
Labels
enhancement New feature or request feature_request Feature request

Comments

@AngelGzS
Copy link
Contributor

AngelGzS commented Nov 6, 2019

Pads the input text from right to a new length.

padRight ('Foo Bar', 1); // => 'Foo Bar'
padRight ('Foo Bar', 8); // => 'Foo Bar '
padRight ('Foo Bar', 8, '*'); // => 'Foo Bar*'
padRight ('Foo Bar', 10, '*'); // => 'Foo Bar***'
padRight ('Foo Bar', 10, '123'); // => 'Foo Bar123'
padRight ('Foo Bar', 9, '123'); // => 'Foo Bar12'

Aliases

import padRight from '@plexis/pad-right';
import {padRight, rpad} from 'plexis';
@AngelGzS AngelGzS added the enhancement New feature or request label Nov 6, 2019
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.95. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@issue-label-bot issue-label-bot bot added the feature_request Feature request label Nov 6, 2019
@7flash
Copy link

7flash commented Nov 20, 2019

Can I take this issue?

@AngelGzS
Copy link
Contributor Author

Can I take this issue?

Sure

@lucassorenson
Copy link

Is it safe for me to assume that I could work on this one? 7flash said they would take it 7 months ago .

@AngelGzS
Copy link
Contributor Author

Yes you can take it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature_request Feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants