You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,14 @@ str = removeLast( 'The Last of the Mohicans', 5 );
112
112
113
113
<sectionclass="related">
114
114
115
+
* * *
116
+
117
+
## See Also
118
+
119
+
- <spanclass="package-name">[`@stdlib/string-base/remove-last-code-point`][@stdlib/string/base/remove-last-code-point]</span><spanclass="delimiter">: </span><spanclass="description">remove the last Unicode code point of a string.</span>
120
+
- <spanclass="package-name">[`@stdlib/string-base/remove-last-grapheme-cluster`][@stdlib/string/base/remove-last-grapheme-cluster]</span><spanclass="delimiter">: </span><spanclass="description">remove the last grapheme cluster (i.e., user-perceived character) of a string.</span>
121
+
- <spanclass="package-name">[`@stdlib/string-base/remove-first`][@stdlib/string/base/remove-first]</span><spanclass="delimiter">: </span><spanclass="description">remove the first UTF-16 code unit of a string.</span>
0 commit comments