Whether the regular expression is correct / ^\ _ [Amurz] {2pm 10} $/

/ ^ _ [Amurz] {2jue 10} $/
is there a problem with this regular expression?
see that no one writes that on the Internet. [Amurz] is all

of [a-zA-Z].
Feb.28,2021

[a-zA-Z]


[a-zA-Z] is included in [Azizz]
uppercase A in the code table 65 Z is 90 a is 97 z and so on


this is based on the ASSIC code table. Amurz corresponds to 97122 , Amurz corresponds to 65-90 , of course Amurz corresponds to 65122 .
you will find that if you write [a-zA-Z] will not include 91-96 . These in turn represent [\] ^ -,
here is attached a search ASSIC code table link: http://tool.oschina.net/commo.

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