Extract list of mentions within a textual value
Returns a list of Text
values that represent the mentions within the textual value. Each mention will include its @
sign at the front.
Sample usage
EXTRACTMENTIONS("Hey @channel, I have an urgent support issue that I need to address! @macguyver @RobertPaulson")
returns @channel, @macguyver, @RobertPaulson
(a list),
Syntax
EXTRACTMENTIONS(text-to-extract-from)
text-to-extract-from
- Any textual value.
See also