I want a regular expression to allow first character be an alphabet and then numbers only with following constraints :
-no space
-no special characters
like AS2, Nf2, nf_2, nf 08
should not be allowed.
'N00044,n0,n09,n099,123456,123'
allowed