validating strings
I have the folowing strings in a program i have created. This is to be put into a command line application
StringName;
StringHousNum;
StringStreet;
StringTown;
StringPostcode;
Anyone know how to validate strings so for example for the string name you can only have letters allowed and it has to be at least one character

