Skip to content

Commit a75cf02

Browse files
committed
Auto-generated commit
1 parent a622a38 commit a75cf02

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@ str = lastCodePoint( '六书/六書', 3 );
121121

122122
<section class="related">
123123

124+
* * *
125+
126+
## See Also
127+
128+
- <span class="package-name">[`@stdlib/string-base/first-code-point`][@stdlib/string/base/first-code-point]</span><span class="delimiter">: </span><span class="description">return the first Unicode code point of a string.</span>
129+
- <span class="package-name">[`@stdlib/string-base/last-grapheme-cluster`][@stdlib/string/base/last-grapheme-cluster]</span><span class="delimiter">: </span><span class="description">return the last grapheme cluster (i.e., user-perceived character) of a string.</span>
130+
- <span class="package-name">[`@stdlib/string-base/last`][@stdlib/string/base/last]</span><span class="delimiter">: </span><span class="description">return the last UTF-16 code unit of a string.</span>
131+
124132
</section>
125133

126134
<!-- /.related -->
@@ -199,6 +207,12 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
199207

200208
<!-- <related-links> -->
201209

210+
[@stdlib/string/base/first-code-point]: https://github.com/stdlib-js/string-base-first-code-point
211+
212+
[@stdlib/string/base/last-grapheme-cluster]: https://github.com/stdlib-js/string-base-last-grapheme-cluster
213+
214+
[@stdlib/string/base/last]: https://github.com/stdlib-js/string-base-last
215+
202216
<!-- </related-links> -->
203217

204218
</section>

0 commit comments

Comments
 (0)