Jan 31, 2007 #1 M MadMaxx Freshman Joined Nov 16, 2003 Messages 37 Hello, I have been trying to figure this out. I want to search a string and if it contains any characters or special characters then it will error out. I was looking at IndexOfAny but can't seem to get it to work. Any help would be appreciated.
Hello, I have been trying to figure this out. I want to search a string and if it contains any characters or special characters then it will error out. I was looking at IndexOfAny but can't seem to get it to work. Any help would be appreciated.
Jan 31, 2007 #2 M mskeel Senior Contributor Joined Oct 30, 2003 Messages 913 It sounds like regular expressions might be the way to go with this one.
Feb 10, 2007 #3 A amir100 Centurion Joined Mar 14, 2004 Messages 190 Location Indonesia Can you post your code for a better analysis?