1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-24 12:04:15 +00:00
This commit is contained in:
asta.xie 2014-02-24 15:55:38 +08:00
parent ee889e9975
commit 7389f0507e

View File

@ -443,7 +443,7 @@ func (b Base64) GetLimitValue() interface{} {
}
// just for chinese mobile phone number
var mobilePattern = regexp.MustCompile("^((\\+86)|(86))?(1(([35][0-9])|(47)|[8][01236789]))\\d{8}$")
var mobilePattern = regexp.MustCompile("^((\\+86)|(86))?(1(([35][0-9])|(47)|[8][012356789]))\\d{8}$")
type Mobile struct {
Match