Hi,

I'm trying to validate an input that doesn't allow a particular string,
just wondering how to construct the validation mask. Say, the input
shouldn't have the string "microsoft". I tried [^(microsoft)], or
[^m][^i][^c][^r][^o][^s][^o][^f][^t], neither work. Any help is
appreciated.

thanks,
Saul


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to