Code:
%count = $regex($1-,/\bLion\b|\bTiger\b/g)


It registers Lion when you type 'lion' alone, but not 'tiger' when you type it alone. Other than that it works fine.

Thanks.