This example splits a Yahoo! Health News feed in two, using the Split module. Each feed is then sent through a Filter module. The first Filter looks for stories on weight, while the second Filter looks for stories on drugs. After filtering, each feed is then sent through its own Regex module, which…