Trevor Buckner f3af23ec98
fix: Fix unicode Regex miscounting emoji length (#2942)
Many emojis are 2+ unicode bytes long. The \u tag which allows searching for punctuation also counts emojis as single chars. Slicing the strings into an array restores the correct character count.
2023-08-14 18:14:55 -06:00
..
2023-08-09 23:33:46 -06:00
2023-06-07 02:19:13 -05:00
2023-06-06 23:18:50 -05:00
2023-06-06 23:18:50 -05:00
2021-11-02 09:32:17 -05:00