stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

Implementation of string.strip_prefix and string.strip_suffix

Open GiregL opened this issue 10 months ago โ€ข 0 comments
trafficstars

Here's a better implementation (a little less messy than the old one) for the string.strip_prefix and string.strip_suffix functions.

It is based on erlang and javascript in order to take care of the emoji fusions.

This PR references issue #743 .

Unit tests with from_utf_codepoints are there to take care of the zero width joiners used in some emojis like ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ.

I hope this one's fine now !

GiregL avatar Dec 27 '24 17:12 GiregL