Now you can use {_} and {|} macros in search patterns: - {_} is a 'white-space' macro, which matches any sequence of white-space characters including line-breaks, and skips it (doesn't add to search results, i. e. quivalent to {*}); - {|} is a 'line-break' macro, which matches a sequence of line-breaks, and skips it.
Does {_} match "0 or more" whitespace or "1 or more"? I need "0 or more" whitespace tag and this one seems not to work this way. The same question goes to {|} tag.
since about a week ago, most of my feeds don't seem to be working.. the feed says "ERROR: Item pattern matched 0 times" even though they worked all fine before, and the source web pages' layouts were'nt changed.
I'm trying to pick out all the stories from http://www.journalism.co.uk that have my byline, but I'm having incredible trouble trying to get it to filter out others with code of the following ilk...
<h3 class="newsheads"><a href="{%}">{%}</a></h3>{*}<p class="bodyText">{%}</p>{*}<div align="right" class="timeline">Posted at {*}by Robert Andrews{*}</div>