If you want it to detect when one single character is between the words, you can also use this:
if (* p?e?n?i?s * iswm $strip($1-) { commads }
This way it will only detect the word when a character is between the letters, like p.e.n.i.s or p-e-n-i-s and so on..
Hope this helps

Zyzzy.