Regular Expression for validating the string
(?!^[0-9]*$)(?!^[a-zA-Z]*$)^([a-zA-Z0-9]{8,20})$
The above RegEx requires at least one digit, at least one alphabetic character, no special characters, and from 8-20 characters in length.
Regular Expression for validating the string
(?!^[0-9]*$)(?!^[a-zA-Z]*$)^([a-zA-Z0-9]{8,20})$
The above RegEx requires at least one digit, at least one alphabetic character, no special characters, and from 8-20 characters in length.
by
Tags:
Superb guru!!!!!!
thanks 🙂
SuuAwesome !!!!!!!!!!!!
Leave a Reply