stdlib
stdlib copied to clipboard
feat: add support for replacing a substring after the first occurrence of a search string
Resolves #812 .
With this PR, I'm adding the implementation for replace-after issue.
@stdlib-js/reviewers
@HarshitaKalani For this implementation, you can leave out the CLI and input validation. I've updated @stdlib/string/base/replace-before accordingly, which you can use as a reference when building out this package. LMK if you have any questions!
Hey @kgryte , please have a review and lmk if anything needs to be updated.
@kgryte please have a review.
@HarshitaKalani Am I correct in thinking that this PR is complete and ready for review?
Hey @kgryte , please review it and suggest me a good issue to pick next.
@HarshitaKalani Thanks for following up with comments!

I'm getting this linting error whenever I try to commit. Please suggest how to get over with the error.
Try upgrading to the latest version of Node.js (eg, v18).