Reputation: 988
Im trying to write a regex to match the following:
must start with a letter
the rest must be alphanumeric
at least one character in length
max characters 12
Should me able to match
a
k2jdj
hello
example72812
Upvotes: 1
Views: 1736