Hi,
is it possible to extract hashtags from text? and add the hashtag to database?
Hi,
is it possible to extract hashtags from text? and add the hashtag to database?
For this youâll need to discover the joy of regex. Thereâs plenty of threads on the forum looking at how it works, a few videos on YouTube, and a very high level entry in the Bubble manual
But the high-level summary is that you can use specific regex statements to extract information from text. Things like hashtags are incredibly simple because all regex needs to do is look for the # and then return whatever is directly after that
This would be the regex statement youâd need to use
Josh @ Support Dept
Helping no-code founders get unstuck fast
save hours, & ship faster with an expert
on-demand
Thank you josh, this is what I been looking for⌠
I figured out how to extract the hashtag and save it to database, do you know how to extract each hashtag into its own column in the database? as they all saving to same column, like #new, #ideas, etc but I want them in their own ?
Sorry for the late reply, itâs been a busy couple of weeks.
You can use the function âsplit byâ to split the string into individual components. Iâm guessing youâd want to set this as a list in one field names hashtags?
Josh @ Support Dept
Helping no-code founders get unstuck fast
save hours, & ship faster with an expert
on-demand
This topic was automatically closed after 70 days. New replies are no longer allowed.