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
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3bb3d-2c29d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3bb3d-2c29d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?