Skip to content

Commit 98d6a81

Browse files
committed
Auto-generated commit
1 parent 2ed299d commit 98d6a81

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
8484
Utkarsh <http://utkarsh11105@gmail.com>
8585
Utkarsh Raj <rajutkarsh2505@gmail.com>
8686
Varad Gupta <varadgupta21@gmail.com>
87+
Xiaochuan Ye <tap91624@gmail.com>
8788
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
8889
naveen <stupiddint@gmail.com>
8990
nishant-s7 <97207366+nishant-s7@users.noreply.github.com>

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,13 @@ str = reverse( 'The Last of the Mohicans' );
109109

110110
<section class="related">
111111

112+
* * *
113+
114+
## See Also
115+
116+
- <span class="package-name">[`@stdlib/string-base/reverse-code-points`][@stdlib/string/base/reverse-code-points]</span><span class="delimiter">: </span><span class="description">reverse the Unicode code points of a string.</span>
117+
- <span class="package-name">[`@stdlib/string-base/reverse-grapheme-clusters`][@stdlib/string/base/reverse-grapheme-clusters]</span><span class="delimiter">: </span><span class="description">reverse the grapheme clusters (i.e., user-perceived characters) of a string.</span>
118+
112119
</section>
113120

114121
<!-- /.related -->
@@ -185,6 +192,14 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
185192

186193
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/string-base-reverse/main/LICENSE
187194

195+
<!-- <related-links> -->
196+
197+
[@stdlib/string/base/reverse-code-points]: https://github.com/stdlib-js/string-base-reverse-code-points
198+
199+
[@stdlib/string/base/reverse-grapheme-clusters]: https://github.com/stdlib-js/string-base-reverse-grapheme-clusters
200+
201+
<!-- </related-links> -->
202+
188203
</section>
189204

190205
<!-- /.links -->

0 commit comments

Comments
 (0)