[RFC]: Add @stdlib/string/base/replace-after-last
#814
Labels
Accepted
RFC feature request which has been accepted.
difficulty: 2
May require some initial design or R&D, but should be straightforward to resolve and/or implement.
Feature
Issue or pull request for adding a new feature.
Good First Issue
A good first issue for new contributors!
JavaScript
Issue involves or relates to JavaScript.
priority: Low
Low priority concern or feature request.
RFC
Request for comments. Feature requests and proposed changes.
Utilities
Issue or pull request concerning general utilities.
Description
This RFC proposes adding a utility to replace the substring after the last occurrence of a specified search string.
Similar to other base string APIs, the package should assume valid inputs.
Logic should be similar to
@stdlib/string/substring-after-last
.Package:
@stdlib/string/base/replace-after-last
Alias:
replaceAfterLast
Related Issues
None.
Questions
No.
Other
No.
Checklist
RFC:
.The text was updated successfully, but these errors were encountered: