[RFC]: add @stdlib/string/base/last-grapheme-cluster
#1729
Labels
Accepted
RFC feature request which has been accepted.
difficulty: 2
May require some initial design or R&D, but should be straightforward to resolve and/or implement.
Feature
Issue or pull request for adding a new feature.
Good First Issue
A good first issue for new contributors!
JavaScript
Issue involves or relates to JavaScript.
priority: Normal
Normal priority concern or feature request.
RFC
Request for comments. Feature requests and proposed changes.
Utilities
Issue or pull request concerning general utilities.
Description
This RFC proposes adding the package
@stdlib/string/base/last-grapheme-cluster
which will return the last n grapheme clusters ( user-perceived characters ) of a string.signature
lastGraphemeCluster( string, n )
Package:
@stdlib/string/base/last-grapheme-cluster
Alias:
lastGraphemeCluster
This will help with development of
@stdlib/string/last
Related Issues
Related issues #854
Questions
No.
Other
No.
Checklist
RFC:
.The text was updated successfully, but these errors were encountered: