Find a regular expression

JavaScript regular expression
requires that all characters can be entered, but must contain letters (case-insensitive) and numbers, and the total length is not less than 8 digits

.
Mar.05,2021

write


View the matching result

the rules are as follows:

^(?=.*[a-zA-Z])(?=.*\d).{8,}$

^ (?! [0-9] + $) (?! [a-zA-Z] + $) [0-9A-Za-z] {8,} $

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