JohnnyBGoode
Programmer
2 Parts:
(1) I would like to make sure that a string (of length 1) is within the range a-z, A-Z.
(1) I would like to make sure that a string (of length 1) is within the range 0-9.
How can these be done? Are regular expressions the way to go here?
(1) I would like to make sure that a string (of length 1) is within the range a-z, A-Z.
(1) I would like to make sure that a string (of length 1) is within the range 0-9.
How can these be done? Are regular expressions the way to go here?