Skip to content

Commit 6a1ed10

Browse files
committed
Auto-generated commit
1 parent 012b464 commit 6a1ed10

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ str = first( 'The Last of the Mohicans', 5 );
118118

119119
- <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>
120120
- <span class="package-name">[`@stdlib/string-base/first-grapheme-cluster`][@stdlib/string/base/first-grapheme-cluster]</span><span class="delimiter">: </span><span class="description">return the first grapheme cluster (i.e., user-perceived character) of a string.</span>
121+
- <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>
122+
- <span class="package-name">[`@stdlib/string-base/remove-first`][@stdlib/string/base/remove-first]</span><span class="delimiter">: </span><span class="description">remove the first UTF-16 code unit of a string.</span>
121123
- <span class="package-name">[`@stdlib/string-first`][@stdlib/string/first]</span><span class="delimiter">: </span><span class="description">return the first character(s) of a string.</span>
122124

123125
</section>
@@ -202,6 +204,10 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
202204

203205
[@stdlib/string/base/first-grapheme-cluster]: https://github.com/stdlib-js/string-base-first-grapheme-cluster
204206

207+
[@stdlib/string/base/last]: https://github.com/stdlib-js/string-base-last
208+
209+
[@stdlib/string/base/remove-first]: https://github.com/stdlib-js/string-base-remove-first
210+
205211
[@stdlib/string/first]: https://github.com/stdlib-js/string-first
206212

207213
<!-- </related-links> -->

0 commit comments

Comments
 (0)