Regular expression, which must begin with an English letter (both uppercase and lowercase), including letters, numbers, special symbols only ($@% _), and at least two or more combinations

(Note: at least two strings are required, no more than 30 strings and at least two or more combinations are required, for example: A1 Magi AaMagi bA1 Magi A $)


^(?![a-z]+$)(?![A-Z]+$)(?!\d+$)(?![$@%_]+$)[a-zA-Z][\w$@%]{1,29}$

/^[a-zA-Z][a-zA-Z0-9$@%_]{1,29}$/g

/ (^ [a-zA-Z]) [\ a-zA-Z%] {1 hr class= 29} $/


/^(?=.*?[a-z])(?=.*?[\d@%_$])[a-z][\w@%$]{1,29}$/i
Menu