Can I use Regex to exclude specific selector results?
For example, I select product categories from a menu using
li.main-navigation-level1-item > span > a[href]
but I want to exclude any result that contains the word "wine"
Is this possible?
Thanks