I'm writing a form in Angular and I have one criteria that requires that I need to check for that requires the input to ONLY contain letters and numbers AND the first character cannot be a number. Is there any way to easily check this in Angular. I'm aware that ngPattern exists, but I am not certain that it can be extended to this scenario. Anyone know the best way to format this in ngPattern or in the controller? Any leads would be much appreciated!
Asked
Active
Viewed 1,149 times