黑马程序员技术交流社区
标题:
package com.heima.regex;
[打印本页]
作者:
气势如虹
时间:
2016-7-14 22:05
标题:
package com.heima.regex;
package
com
.
heima
.
regex
;
public
class
Demo1_Regex
{
public
static
void
main
(
String
[]
args
)
{
System
.
out
.
println
(
checkQQ
(
"012345"
));
System
.
out
.
println
(
checkQQ
(
"a1b345"
));
System
.
out
.
println
(
checkQQ
(
"123456"
));
System
.
out
.
println
(
checkQQ
(
"1234567890987654321"
));
String
regex
=
"[1-9]\\d{4,14}"
;
System
.
out
.
println
(
"2553868"
.
matches
(
regex
));
System
.
out
.
println
(
"012345"
.
matches
(
regex
));
System
.
out
.
println
(
"2553868abc"
.
matches
(
regex
));
}
作者:
wj3725
时间:
2016-7-14 22:16
正则表达式不是matches么: check又是什么呢:?
作者:
Huyaal
时间:
2016-7-14 22:20
水贴!!!!!!!!!!!!
作者:
气势如虹
时间:
2016-7-14 22:30
wj3725 发表于 2016-7-14 22:16
正则表达式不是matches么: check又是什么呢:?
你懂得~
明天学习~
作者:
气势如虹
时间:
2016-7-14 22:31
Huyaal 发表于 2016-7-14 22:20
水贴!!!!!!!!!!!!
那对
666666
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/)
黑马程序员IT技术论坛 X3.2