Home >Web Front-end >JS Tutorial >Use js regular expressions to verify mobile phone numbers, email addresses, and postal codes_javascript skills
Verification of mobile phone number (starting with 13 and starting with 158, 159, 11 digits in total)
}
var r= /^13[012345789]{9}/ 11 digits starting with 13, the number 6 cannot appear in the last 9 digits