I have a field that needs to be checked for validity.
characters cannot be at the begining of the field, and the field can not be just 0-9 or contain 0-9 as the first character i.e:
Basicaly, i need to check a name is vaild before passing it over to the unix command 'useradd'.
I have had a go at it myself and looked at some of the tutorials, but no suck luck :-(
Thanks