I am trying to filter out items that has empty description or description shorter than 3 characters using this Yahoo Pipe: http://pipes.yahoo.com/pipes/pipe.edit?_id=966d5a5006cad6b2825d4f744b1ebb50#eefd469cf1c28d4d6cb6bd6c6c1ab6b8
Here is the workflow of the Pipe:
"Fetch Feed" module - fetch the feeds "Create RSS" module - create new Feed and use item description as item title for new feed "Regex" module – remove html tags from title "Filter" module – I want to block items that have either empty descriptions or descriptions shorter than 3 characters, I am not sure what to put there – "null", "*"…?