Skip to content

Commit 28ac26d

Browse files
committed
Auto-generated commit
1 parent 20916a9 commit 28ac26d

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ out = substringAfter( str, '' );
109109

110110
<!-- /.examples -->
111111

112-
113112
<!-- Section for describing a command-line interface. -->
114113

115114
* * *
@@ -183,6 +182,22 @@ efg
183182

184183
<!-- /.references -->
185184

185+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
186+
187+
<section class="related">
188+
189+
* * *
190+
191+
## See Also
192+
193+
- <span class="package-name">[`@stdlib/string/substring-before`][@stdlib/string/substring-before]</span><span class="delimiter">: </span><span class="description">return the part of a string before a specified substring.</span>
194+
- <span class="package-name">[`@stdlib/string/substring-before-last`][@stdlib/string/substring-before-last]</span><span class="delimiter">: </span><span class="description">return the part of a string before the last occurrence of a specified substring.</span>
195+
- <span class="package-name">[`@stdlib/string/substring-after-last`][@stdlib/string/substring-after-last]</span><span class="delimiter">: </span><span class="description">return the part of a string after the last occurrence of a specified substring.</span>
196+
197+
</section>
198+
199+
<!-- /.related -->
200+
186201
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
187202

188203

@@ -240,6 +255,16 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
240255

241256
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/string-substring-after/main/LICENSE
242257

258+
<!-- <related-links> -->
259+
260+
[@stdlib/string/substring-before]: https://github.com/stdlib-js/string-substring-before
261+
262+
[@stdlib/string/substring-before-last]: https://github.com/stdlib-js/string-substring-before-last
263+
264+
[@stdlib/string/substring-after-last]: https://github.com/stdlib-js/string-substring-after-last
265+
266+
<!-- </related-links> -->
267+
243268
</section>
244269

245270
<!-- /.links -->

0 commit comments

Comments
 (0)