Regular expressions: begin with lowercase letters and end with uppercase letters of at least 6 digits

^ [Amurz]. {4,} [Amurz] $/ / this is OK
(^ [Amurz]. * [Amurz] $) {6,} / / it is not possible to ask why I require the length of the whole expression as a whole to reach 6 digits

.
Mar.01,2021

mm-hmm. Like that's what you're saying?

clipboard.png


(^ [Amurz]. * [Amurz] $) {6,} this seems to be self-contradictory, because there is at most one lowercase letter at the beginning of the lowercase letter, and there will be no more than six lowercase letters starting with

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