Tusker Tusk not Tusker Head?
-
- Posts: 4
Tusker Tusk not Tusker Head?
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
- Immortalbob
- Site Admin
- Posts: 677
- Contact:
add a second name match in the same rule with
this will match anything with tusk, but without Head.
copy/paste example rule below:
Code: Select all
^((?!Head).)*$
copy/paste example rule below:
Code: Select all
(T) Tusk
0;1;1;1
9
Tusk
1
19
^((?!Head).)*$
1
Immortalbob of MT