About password regularity

password setting rules: length is at least 6 characters, can contain numbers / letters / symbols and other combinations; case-sensitive letters; can not use Chinese, spaces, illegal characters.
look forward to this js regular

Jan.08,2022

/^[0-9A-Z_!]{6,}$/gi.test('1aA123') // true
/^[0-9A-Z_!]{6,}$/gi.test('1aA123') //false

legal symbols can continue to be added

in [] .

if there is a maximum number of digits, such as 15 digits, {6pm 15}

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-1b40a4e-2b892.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-1b40a4e-2b892.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?