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. :-)
how about using regex to match your strings?