View Single Post
Old 04-04-2019, 12:05 PM   #8
stl jason
Hall Of Famer
 
stl jason's Avatar
 
Join Date: Apr 2006
Posts: 9,943
Quote:
Originally Posted by pappyzan View Post
Chris, could you post an example of a regex string that for example would exclude all Live cards in the search? Would be super nice to search for all cards that don't match an expression.
Quote:
Originally Posted by Chris Marquardt View Post
Negation is not that easy in regex.
There are ways like negative lookup, but they are not supported.

It's easier to match against all other card types then to exclude the live cards.
posted in another thread by rtkretz:

just copy/paste this into the search to exclude the live cards (nice and easy):

wond|rook|leg|all-s|recor|hero
stl jason is offline   Reply With Quote