[RFC]: add string/base/slice-grapheme-clusters
#35
Labels
difficulty: 2
May require some initial design or R&D, but should be straightforward to resolve and/or implement.
estimate: 2-4hrs
Task which should take between 2 to 4 hours.
Feature
Task to add a new feature.
❌ No AI
Not allowed to use AI.
This task should implement a functional API for slicing a string based on grapheme clusters.
The behavior should not match the built-in
String.prototype.slice
, as the function should properly handle grapheme clusters (e.g., emoji). All arguments should be required:Related: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/string/base/for-each-grapheme-cluster
Time estimate without AI: 4hrs
Time estimate with AI: 2-3hrs
The text was updated successfully, but these errors were encountered: