[quote:20ol6kky]A simple regex would work. For example, "^[!@#$%?&*()]$"
RegexSearch does the job. It is now working
RegexSearch(letterText.Text, "^[!@#$%?&*()]$", "i")
I was not too familiar with regex but since you gave me the format for it that made testing much easier. I need to read up more on regex.
I appreciate all the help guys!