Examples
EXTRACTMENTIONS("Hey @channel, I have an urgent support issue that I need to address! @macguyver @RobertPaulson")
: @channel , @macguyver , @RobertPaulson
(list)
Syntax
EXTRACTMENTIONS( text-to-extract-from )
Arguments
text-to-extract-from (any textual)
Return Value
A list of Text values, with each value representing one mention. Note that each mention will still include its “@” sign at the front.
See Also
EXTRACT(), EXTRACTCHOICE(), EXTRACTDATES(), EXTRACTDATETIMES(), EXTRACTDURATIONS(), EXTRACTEMAILS(), EXTRACTHASHTAGS(), EXTRACTNUMBERS(), EXTRACTPHONENUMBERS(), EXTRACTPRICES(), EXTRACTTIMES()