Not sure how or where to start...
What I'd like to do is to tell me which one has been detected.
Excuse my poor english but let me show you example what I'm trying to do and maybe you can help me solve this?
Thanks

I want to capture $1- as an example
Quote:

The quick brown fox jumps over the lazy dog

I'm hoping to use regex
i.e.
Code:
($regex($1-,/(cow|dog|fox|pigs)/i))

So in return, I'd like to display it something like this..
Quote:

Word detected : The quick brown fox jumps over the lazy dog

Hope one of you can help me out here .. thanks