ddd Read More
posted @ 2015-08-22 22:27
findumars
Views(208)
Comments(0)
Diggs(0)
exp 正则表达式30分钟入门教程 http://deerchao.net/tutorials/regex/regex.htm 元字符 .*^\d\b\s,当然还有\,还有中括号[] .是一个元字符,匹配除了换行符以外的任意字符。 *同样是元字符,.*连在一起就意味着任意数量的不包含换行的字符。 这 Read More
posted @ 2015-08-22 00:19
findumars
Views(2493)
Comments(0)
Diggs(0)