正则表达式

1."d"匹配数字

2.“d*”匹配0-N位数字

 3.“d+”匹配1-N个

 4.“*”匹配“*”,“ ”匹配换行符,“ ”匹配回车符

原文地址:https://www.cnblogs.com/qilin20/p/12382739.html