-
-
Notifications
You must be signed in to change notification settings - Fork 804
feat: add string/base/replace-before-last
#1364
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
feat: add string/base/replace-before-last
#1364
Conversation
string/base/replace-before-last
lib/node_modules/@stdlib/string/base/replace-before-last/README.md
Outdated
Show resolved
Hide resolved
@AuenKr I propose you create a new issue proposing the changes you'd like to make, and then you can work against that. |
lib/node_modules/@stdlib/string/base/replace-before-last/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/string/base/replace-before-last/README.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <[email protected]>
lib/node_modules/@stdlib/string/base/replace-before-last/README.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <[email protected]>
lib/node_modules/@stdlib/string/base/replace-before-last/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/string/base/replace-before-last/docs/repl.txt
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/string/base/replace-before-last/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <[email protected]>
lib/node_modules/@stdlib/string/base/replace-before-last/docs/types/test.ts
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/string/base/replace-before-last/docs/types/test.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <[email protected]>
lib/node_modules/@stdlib/string/base/replace-before-last/lib/main.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/string/base/replace-before-last/lib/main.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/string/base/replace-before-last/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <[email protected]>
lib/node_modules/@stdlib/string/base/replace-before-last/lib/main.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/string/base/replace-before-last/test/test.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/string/base/replace-before-last/test/test.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/string/base/replace-before-last/test/test.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/string/base/replace-before-last/test/test.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this, @AuenKr. I left a couple comments, mainly around how we should handle the case where fromIndex
exceeds the last index.
Signed-off-by: Athan <[email protected]>
lib/node_modules/@stdlib/string/base/replace-before-last/README.md
Outdated
Show resolved
Hide resolved
@kgryte applied all changes of suggestions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's land this one as well; will merge once CI has cleared. Thanks!
lib/node_modules/@stdlib/string/base/replace-before-last/lib/index.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/string/base/replace-before-last/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
…ndex.js Signed-off-by: Philipp Burckhardt <[email protected]>
…types/index.d.ts Signed-off-by: Philipp Burckhardt <[email protected]>
Resolves #813 .
Description
This pull request:
Related Issues
This pull request:
@stdlib/string/base/replace-before-last
#813Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers