RegExp block output
Hi,
I'm trying to filter out the first word of a <description> item in a news feed. For this I created the regular expression ^(\w)+ , which matches the first word. I used the RegExp block, with the getMatches operation.
However, when I connect this block with a News Reader block (just to see the output), there seems to be no output at all..
I tried to create a named group in the regular expression, but I don't know how to resolve the named group in another block.
Any advice would be welcome,
cheers!

