Skip to content

Another data extraction feature request

I'm back with yet another feature request that might only be useful to a minority of us SER tinkerers.

Currently when we extract data the first match is given, unless we use 'random=1' when defining the variable. I want to request a feature whereby we can return ALL the data matches, separated with a delimiter. For example:

[boldtext]
type=extract
front=<b>
back=</b>
allmatches=1
delimiter=|

This would extract all text between <b> tags on a page and return it as a list separated with the | character. Is a feature like this possible?

Comments

Sign In or Register to comment.