powered by
emoji glue
ji_glue(..., .envir = parent.frame())
strings to format, where `:x:` is replaced by an emoji for "x", using [ji()] and `:y*:` is replaced by all emojis that match "y", using [ji_find()].
see [glue::glue()]
- For the single form `:something:` [jitsu] is used on each pattern wrapped in `:` - For the list form `:something:*` [ji_set] is used
[glue::glue()] for how the strings are concatenated
# NOT RUN { ji_glue("one :heart:") ji_glue("many :heart*:") # }
Run the code above in your browser using DataLab