On the question of regularity

user nicknames can only be composed of "numbers, uppercase and lowercase letters", and cannot be less than 2 or more than 20 digits.
let reg=/ ^ [a-zA-Z\ d] {2jinn 20} $/ , how do you write the juxtaposition of numbers and letters? All need to appear

Mar.20,2021

^\ d |\ w {2 hr class= 20}


let reg=/^[a-zA-Z0-9]{2,20}$/
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-1b30b89-2b58b.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-1b30b89-2b58b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?