Project

General

Profile

Feature #763

Updated by Luke Murphey about 8 years ago

Allow users to define a separator that will be used to split-up elements. This is useful in case you want to match set of nodes and then need something to help you split up the content in a way that makes it easy to parse.

For example, if you wanted to pull down the list of ingredients recipes from http://allrecipes.com/Recipe/Chunky-Cheesecake-Brownies/Detail.aspx?evt19=1 then you would likely want each ingredient separated by a semi-colon so that you could use a regular expression to pull out the ingredient and the quantity.

This separator would added between each node with text.

Back