View Single Post
  #4  
Old 05-22-2018, 05:40 PM
abyssalstalker abyssalstalker is offline
Sarnak


Join Date: Aug 2011
Posts: 393
Default

Howdy, I'm back again but this time trying to exclude certain sellers from my list. Here's what I'm using:

^(?<seller>[A-Za-z]*) auctions, \'(?i:WTS|selling).*(?<item>(?i:Crushed Topaz|(?<!Chipped\s)Black Marble)).*\'

I tried using the code Morticon provided at the beginning but it isn't seeming to work. Example:

(?<!NAME\s)^(?<seller>[A-Za-z]*) auctions, \'(?i:WTS|selling).*(?<item>(?i:item1|(?<!Chipped\ s)Onyx Sapphire)).*\'

I've also tried this below bit it seems to break the script

^((?<!name\s)?<seller>[A-Za-z]*) auctions, \'(?i:WTS|selling).*(?<item>(?i:item1|(?<!Chipped\ s)Onyx Sapphire)).*\'

Any help is appreciated, thanks!
Reply With Quote