文件名称:Test9
介绍说明--下载内容均来自于网络,请自行研究使用
写一个正则表达式,可以匹配尾号5连的手机号。 规则:
* 第1位是1,第二位可以是数字3458其中之一,后面4位任意数字,最后5位为任意相同的数字。 例如:18601088888、139123-Write a regular expression that can match the tail number 5 even phone number.Rules:
* 1 is 1, the second can be one of the number 3458, behind four arbitrary Numbers, the last 5 for any of the same number.For example: 18601088888, 13912366666
* 第1位是1,第二位可以是数字3458其中之一,后面4位任意数字,最后5位为任意相同的数字。 例如:18601088888、139123-Write a regular expression that can match the tail number 5 even phone number.Rules:
* 1 is 1, the second can be one of the number 3458, behind four arbitrary Numbers, the last 5 for any of the same number.For example: 18601088888, 13912366666
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Test9.java