Click to See Complete Forum and Search --> : data validation


muhineb
03-07-2004, 05:02 PM
I need some help, am writing a program in C++ where users is entering input as a string, then i need to validate that string in order to eliminate any white space, integers and even other symbol like ",","?" ....... i will appreciate your help!

muhineb

Danny
03-07-2004, 09:57 PM
here's an article that shows how to use this technique:
http://www.devx.com/getHelpOn/LegacyLink/9405

muhineb
03-07-2004, 11:28 PM
hey danny!
the link doesn't work , could you please re-check the url again

muhineb

Danny
03-08-2004, 12:25 AM
bummer! I'll ask my editor to look into it.

Danny
03-09-2004, 10:50 PM
the url has been fixed: http://www.devx.com/getHelpOn/10MinuteSolution/16975