This ALMOST works, maybe you can help me perfect it?
My tube is like this:
Fetch Feed (from a twitter search)-----Filter (to not find my posts or Retweets)-----String Builder inside a Loop---Regex---Pipe output
I need to grab both the item.author.name and the item.title in the String Builder/Loop and assign these to item.title
I thought I would then do the cleanup of item.title in Regex.
However, the only way I got your reg expression to deliver the desired truncated author name was when; the item.title is removed from the String Builder/Loop.
When I add it back in I get the full author.name back???
This ALMOST works, maybe you can help me perfect it?
My tube is like this:
Fetch Feed (from a twitter search)-----Filter (to not find my posts or Retweets)-----String Builder inside a Loop---Regex---Pipe output
I need to grab both the item.author.name and the item.title in the String Builder/Loop and assign these to item.title
I thought I would then do the cleanup of item.title in Regex.
However, the only way I got your reg expression to deliver the desired truncated author name was when; the item.title is removed from the String Builder/Loop.
When I add it back in I get the full author.name back???
Any suggestions?
Scott