Thank you sir for your offer to help but I have solved my problem now.
I found that by replacing the characters that were giving me trouble, like linefeeds, with characters that I could type made my building the regex easy.
Another valuable tip I got was to replace spaces with "\W" when building your regex; that is if you are building your regex by using concatenation and one of the 'units' you are concatenating is a string variable with whitespace in it, replace the spaces with the "\W".
Also, thanks for the tip about 'Regulator', I will go look for it right now.
yours,
Bill Langston
|