View Single Post
  #1  
Old 05-16-2018, 10:00 AM
abyssalstalker abyssalstalker is offline
Sarnak


Join Date: Aug 2011
Posts: 393
Default Gina - excluding words as part of a search

Howdy,

I use Gina to notify me if people list certain items for auction so I can reach out to them. It works fantastic, but there's a feature I'd like to implement - how to exclude certain words from an item.

For example, I'd like Gina to notify me when someone is auctioning 'Black Marble' but not 'Crushed Black Marble' and 'Jaundice Gem' but not 'Crushed Jaundice Gem'

Below, I posted what I'm currently using. I've tried [^crushed] before the item but that doesn't seem to work. Any tips are appreciated!


^(?<seller>[A-Za-z]*) auctions, \'(?i:WTS|selling).*(?<item>(?i:Black Marble|Jaundice Gem|Flawed Sea Sapphire|Flawed Emerald|Flawless Diamond|Crushed Onyx Sapphire)).*\'
Last edited by abyssalstalker; 05-16-2018 at 10:03 AM..
Reply With Quote