emo (version 0.0.0.9000)

ji_extract: Extract emojis from a string

Description

vectorised over `string`

Usage

ji_extract(string)

ji_extract_all(string, simplify = FALSE)

Arguments

string

Input vector.

simplify

see [stringr::str_extract_all()]

Value

A character vector

See Also

[stringr::str_extract()] and [stringr::str_extract_all()]