Content feed
The regex I gave you was for working on the item.author.name as you described it, not some combination of the item.author.name and item.title together.
Try moving the Regex module before the String Builder?
<code>
<blockcode>
<foo>
[foo]
More information about formatting options
The regex I gave you was for working on the item.author.name as you described it, not some combination of the item.author.name and item.title together.
Try moving the Regex module before the String Builder?