Goutte icon indicating copy to clipboard operation
Goutte copied to clipboard

feature request: find nodes between 2 node (in siblings)

Open erlangparasu opened this issue 5 years ago • 2 comments

feature request: find nodes between 2 node (in siblings)

erlangparasu avatar Mar 31 '19 03:03 erlangparasu

You should be able to use ->filter() here and build a new collection - collecting items once you've seen the first node and breaking when the second node is found.

larowlan avatar Mar 31 '19 23:03 larowlan

i tried it and works... @larowlan thanks

erlangparasu avatar Apr 02 '19 08:04 erlangparasu