I want to find the first unicode character in a string and then split the string on that character

In fact, if you need just codepoints, the right library is rather uutf (and uunf for normalization).

2 Likes