I found out why the exclusion was not being recognized. The use of the * was redundant and over rode the exclusion. It is now finding any string that is a minimum of 255 characters that does not have a space in it. The find function has a limit on the string length of 255. I have tried it manually a few times and it seems to be skipping all other strings. Let you know if I try to do it automatically.
|