Handbook
Glossary
emojify ( str -- str' )
Vocabulary
emojify
Inputs
str
an
object
Outputs
str'
an
object
Definition
USING:
assocs
regexp
strings
;
IN:
emojify
:
emojify
( str -- str' )
R/ :([^:])+:/
[
>string
emoji
at
]
re-replace-with
;