[RFC]: add string/base/slice-code-points
#34
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.
Uh oh!
There was an error while loading. Please reload this page.
This task should implement a functional API for slicing a string based on Unicode code points.
The behavior should not match the built-in
String.prototype.slice
, as the function should properly handle surrogate pairs. All arguments should be required:Related: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/string/base/for-each-code-point
Time estimate without AI: 4hrs
Time estimate with AI: 2-3hrs
The text was updated successfully, but these errors were encountered: