You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey man, I'm the author of alive-progress. I'm struggling to correctly support emojis in there (rsalmei/alive-progress#19), and I think this project could help me.
Please, how could I split the chars of a string, including emojis of all kinds?
It still doesn't split the 'asd' and '►✧' and 'ok' strings, and I cannot seem to diferentiate them from the other grapheme clusters. (github doesn't correctly show ☘️ and ❤️ inside code blocks, which are the glyph variants, not the text ones.
The text was updated successfully, but these errors were encountered:
Hey man, I'm the author of alive-progress. I'm struggling to correctly support emojis in there (rsalmei/alive-progress#19), and I think this project could help me.
Please, how could I split the chars of a string, including emojis of all kinds?
For example:
How could I correctly detect the three chars in this string using your code?
Update: I've seen there's a regexp function, but that does not help yet:
It still doesn't split the 'asd' and '►✧' and 'ok' strings, and I cannot seem to diferentiate them from the other grapheme clusters. (github doesn't correctly show ☘️ and ❤️ inside code blocks, which are the glyph variants, not the text ones.
The text was updated successfully, but these errors were encountered: