@stdlib/string-base-replace-after-last
Advanced tools
+1
-1
@@ -1,1 +0,1 @@ | ||
| Copyright (c) 2016-2024 The Stdlib Authors. | ||
| Copyright (c) 2016-2026 The Stdlib Authors. |
+1
-1
| { | ||
| "name": "@stdlib/string-base-replace-after-last", | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", | ||
| "description": "Replace the substring after the last occurrence of a specified search string.", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
+23
-5
@@ -159,2 +159,10 @@ <!-- | ||
| * * * | ||
| ## See Also | ||
| - <span class="package-name">[`@stdlib/string-base/replace-after`][@stdlib/string/base/replace-after]</span><span class="delimiter">: </span><span class="description">replace the substring after the first occurrence of a specified search string.</span> | ||
| - <span class="package-name">[`@stdlib/string-base/replace-before-last`][@stdlib/string/base/replace-before-last]</span><span class="delimiter">: </span><span class="description">replace the substring before the last occurrence of a specified search string.</span> | ||
| - <span class="package-name">[`@stdlib/string-base/replace-before`][@stdlib/string/base/replace-before]</span><span class="delimiter">: </span><span class="description">replace the substring before the first occurrence of a specified search string.</span> | ||
| </section> | ||
@@ -190,3 +198,3 @@ | ||
| Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. | ||
| Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors]. | ||
@@ -204,4 +212,4 @@ </section> | ||
| [test-image]: https://github.com/stdlib-js/string-base-replace-after-last/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
| [test-url]: https://github.com/stdlib-js/string-base-replace-after-last/actions/workflows/test.yml?query=branch:v0.1.1 | ||
| [test-image]: https://github.com/stdlib-js/string-base-replace-after-last/actions/workflows/test.yml/badge.svg?branch=v0.1.2 | ||
| [test-url]: https://github.com/stdlib-js/string-base-replace-after-last/actions/workflows/test.yml?query=branch:v0.1.2 | ||
@@ -218,4 +226,4 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-base-replace-after-last/main.svg | ||
| [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg | ||
| [chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im | ||
| [chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg | ||
| [chat-url]: https://stdlib.zulipchat.com | ||
@@ -239,4 +247,14 @@ [stdlib]: https://github.com/stdlib-js/stdlib | ||
| <!-- <related-links> --> | ||
| [@stdlib/string/base/replace-after]: https://www.npmjs.com/package/@stdlib/string-base-replace-after | ||
| [@stdlib/string/base/replace-before-last]: https://www.npmjs.com/package/@stdlib/string-base-replace-before-last | ||
| [@stdlib/string/base/replace-before]: https://www.npmjs.com/package/@stdlib/string-base-replace-before | ||
| <!-- </related-links> --> | ||
| </section> | ||
| <!-- /.links --> |
31032
3.85%256
7.56%