php regex for checking a string

KennyG

New Member
I need a regular expression for checking a string, that it has more than 2 symbols length, first symbol should be Alphabetic, last symbol should be '_'.And how can I uppercase only first symbol?Thank you.
 
Back
Top