Thanks @Kiti. Seems maybe a good option, but it complicates quite a lot because should the string can contain hex characters, then I need to setup the expressions for this too. For example, for a basic password validation expression this is the minimum \S+@S+!,\S+. I wonder how many of the expressions will I setup to create the false trigger? Let me try. cheers.  :-)

On Thu, May 26, 2011 at 10:47 AM, Kiti Chigiri <kiti.chigiri@gmail.com> wrote:
how about using regex to match your strings?