Mobile phone number is regular, how to add ignore space

/^1[34578]\d{9}$/.test()

this is how to ignore all spaces in the mobile phone number based on the regular mobile phone number

Jul.18,2022

^ 1\ s * [34578]\ s * (\ d\ s *) {9} $


/ ^ 1 [34578] d {9} $/ .test


you don't know that mobile phone numbers start with 16 and 19.


Lou Zhu, now there is a new number range of 165i 19

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