I am using substr("$f", 0, 1);
to get the first character of a string but what to be able to tell if the first character is a digit or a letter is there a way to do this?
I am using substr("$f", 0, 1);
to get the first character of a string but what to be able to tell if the first character is a digit or a letter is there a way to do this?