Tusker Tusk not Tusker Head?

Discussion on a variety of topics. Ask general Vtank questions here.
CyberKnight
Posts: 4

Tusker Tusk not Tusker Head?

Post #1 »

If I make a rule that name matches tusk it will get both, if I make a rule Tusker Tusk it gets nothing because there is a tusker guard tusk, a tusker slave tusk etc. So how would I make a rule to get tusker tusks of all kinds but not tusker heads? with out making a rule and typing in every type of tusker tusk there is.... Thanks in advance

User avatar
Immortalbob
Site Admin
Posts: 676
Contact:

Post #2 »

add a second name match in the same rule with

Code: Select all

^((?!Head).)*$
this will match anything with tusk, but without Head.

copy/paste example rule below:

Code: Select all

    (T) Tusk

0;1;1;1
9
Tusk
1
19
^((?!Head).)*$
1
Immortalbob of MT