View Single Post
  #5  
Old 05-22-2018, 06:12 PM
Morticon Morticon is offline
Kobold


Join Date: Jun 2010
Posts: 120
Default

The following should allow you to exclude a list of names:

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