parseToUnicode

Replaces the emoji's aliases (between 2 ':') occurrences and the html representations by their unicode.

:smile: will be replaced by 😄

😄 will be replaced by 😄

:boy|type_6: will be replaced by 👦🏿

Return

the string with the aliases and html representations replaced by their unicode.

Parameters

input

the string to parse