I need a regular expression for a string that
starts with Alphabets (no number)
max Length 8
No special characters or space.
string can have number or _ except for starting character.
I need a regular expression for a string that starts with Alphabets (no number)
Share
This would work:
For example,