Examples
EXTRACTHASHTAGS("So, like, the new AppSheet EXTRACT formulas? They’re so totally awesome! #extract #appsheet #no-code #WowW #wHoA")
: #extract , #appsheet , #no-code , #WowW , #wHoA
(list)
Syntax
EXTRACTHASHTAGS( text-to-extract-from )
Arguments
text-to-extract-from (any textual)
Return Value
A list of Text values, with each value representing one hashtag. Note that each hashtag will still include its “#” sign at the front.
See Also
EXTRACT(), EXTRACTCHOICE(), EXTRACTDATES(), EXTRACTDATETIMES(), EXTRACTDURATIONS(), EXTRACTEMAILS(), EXTRACTMENTIONS(), EXTRACTNUMBERS(), EXTRACTPHONENUMBERS(), EXTRACTPRICES(), EXTRACTTIMES()