I do have to agree that my per regex experience is not great ;-)
Yours are a bit too specific. We don't really care about the page or path just the "-" "-" at the end. Would something like:
Code: Select all
/(\S+) .*"\-" "\-"/
Code: Select all
/(\S+) .*"\-" "\-"/