hi there,
just wanted to know how to validate a string, i.e. if the string characters other than capitals A-Z then an error message will be printed to the screen. e.g.
string = "HeLLO" => ERROR!
string = "HELLO WORLD" =>WRONG!
string = "HELLOWORLD" => CORRECT!
thanx
hgsb
just wanted to know how to validate a string, i.e. if the string characters other than capitals A-Z then an error message will be printed to the screen. e.g.
string = "HeLLO" => ERROR!
string = "HELLO WORLD" =>WRONG!
string = "HELLOWORLD" => CORRECT!
thanx
hgsb