I tried swapping it out with what you wrote. And it does the same thing. "Lion" works but "Tiger" doesn't. It's always the 2nd one that doesn't work.
Code:
%count = $regex($1-,/(?:^|\s)(?:Lion|Tiger)\b/g)


Edit: I think I found out where the actual problem is:
Code:
on $*:TEXT:/Tiger|Lion/:#:


What's wrong there? frown

Last edited by lindenkron; 05/01/14 11:30 AM.