Hello,
I thought I figured this out using regex, but it didn’t work.
I’m posting from Instagram to Twitter and I want to remove all hashtags.
My second step in my Zap was using the Formatter action with this regex: (?<!#)\b\w+
It captures everything except all the hashtags (great!) except not so great… because it returns all matches (everything that’s not a hashtag) as line items.
So in my Twitter step, I could have a list of like 50 options (one word per match) making it impossible to choose all for the caption.
There has to be a better way to do this and I’m sure I’m not the first to ask for this! Any help would be greatly appreciated!
Thanks,
WDES