sanan-hiepdnh
Results
2
comments of
sanan-hiepdnh
I tried using the function `EmojiParser.removeAllEmojis()` but it failed to remove some emoji. Ex: 0️⃣1️⃣2️⃣3️⃣4️⃣5️⃣6️⃣7️⃣8️⃣9️⃣
I handled this case with function: 9️⃣ toCharArray = `9` ()+ `'️'`(0xFE0F) + `'⃣'`(0x20E3) ``` private fun isSpecialEmoji(source: String, index: Int): Boolean { return index + 2