Home > OS >  How to find emoji from strings by golang?
How to find emoji from strings by golang?

Time:05-16

I want to find if emoji is exists and replace to string(HTML unicode). (rune to string)

for example, this is the sentence

"i like you hahahah

  •  Tags:  
  • go
  • Related