Closed
Description
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:
sliceCodePoints( str, start, end )
Time estimate without AI: 4hrs
Time estimate with AI: 2-3hrs