Js regular matching numbers can only be 8 or 11 digits

ask that JS regular matching numbers can only be 8 digits or 11 digits, not 8 to 11 digits, either 8 digits or 11 digits. Nine or ten are not allowed.


^ (\ d {8} |\ d {11}) $


/ ^\ d {8} (\ d {3}) {0code 1} $/


/^\d{8}(\d{3})?$/g

^(?:\d{8}|\d{11})$
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-1b32e68-2b39a.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-1b32e68-2b39a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?