I want my EditText to just accept emojis as an input type. I am using Kotlin, how could I make this work?
Asked
Active
Viewed 169 times
0
-
@YaMiN how to do with with regex? – ByteSeb May 15 '21 at 23:53
-
https://stackoverflow.com/questions/24840667/what-is-the-regex-to-extract-all-the-emojis-from-a-string – YaMiN May 16 '21 at 00:04