把不用的东西捡起来,不那么常用的一些正则表达式

匹配首字母为字母,后续为数字的号码:
Pattern.matches('^[a-zA-Z]-*[0-9]+', String)
posted @ 2019-03-20 17:14  慕少艾  阅读(138)  评论(0编辑  收藏  举报