1 Star 0 Fork 0

GhostCat/自用工具包

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
phone.go 101 Bytes
一键复制 编辑 原始数据 按行查看 历史
GhostCat 提交于 2021-10-08 19:57 +08:00 . commit
package regexp
import "regexp"
var PhoneNumber = regexp.MustCompile(`1[3-9]\d[\-]?\d{4}[\-]?\d{4}`)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/cobersky/utils.git
git@gitee.com:cobersky/utils.git
cobersky
utils
自用工具包
1b479c1da3b6

搜索帮助