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] "insertValues()" to insert a list of values into a percent-formatted string #11

Closed
Sv443 opened this issue Jan 25, 2021 · 0 comments · Fixed by #9
Closed

[Feature] "insertValues()" to insert a list of values into a percent-formatted string #11

Sv443 opened this issue Jan 25, 2021 · 0 comments · Fixed by #9
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Sv443
Copy link
Member

Sv443 commented Jan 25, 2021

Example:
String = Foo %1 Bar %2 Baz %3
Values = Apple, Banana, Orange
Result = Foo Apple Bar Banana Baz Orange

@Sv443 Sv443 added the enhancement New feature or request label Jan 25, 2021
@Sv443 Sv443 added this to the 1.12.0 milestone Jan 25, 2021
@Sv443 Sv443 self-assigned this Jan 25, 2021
@Sv443 Sv443 mentioned this issue Jan 25, 2021
8 tasks
@Sv443 Sv443 linked a pull request Jan 25, 2021 that will close this issue
8 tasks
Sv443 pushed a commit that referenced this issue Jan 25, 2021
@Sv443 Sv443 closed this as completed in #9 Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant