“正则表达式”的版本间的差异
来自Blueidea
fengtongxue(讨论 | 贡献) 小 (匹配html标记的正则) |
(添加简要说明和外链) |
||
第1行: | 第1行: | ||
+ | 正则表达式是一种描述性的语言, 用来概括一类字符串 (或者说一个字符串集合)。 | ||
+ | |||
+ | 如果您想了解正则表达式,请先看这篇文章:'''[http://blog.youxu.info/2009/03/05/ree1/ 正则表达式精义-1]''' | ||
+ | |||
+ | ==更多学习资料== | ||
+ | |||
*[http://www.blueidea.com/tech/program/2008/5678.asp 正则表达式学习笔记 ] | *[http://www.blueidea.com/tech/program/2008/5678.asp 正则表达式学习笔记 ] | ||
第16行: | 第22行: | ||
*[http://www.blueidea.com/tech/web/2003/1500.asp 匹配html标记的正则 ] | *[http://www.blueidea.com/tech/web/2003/1500.asp 匹配html标记的正则 ] | ||
+ | |||
+ | |||
+ | ==推荐书籍== | ||
+ | |||
+ | *[http://product.dangdang.com/product.aspx?product_id=20028613 精通正则表达式(第3版)] |
2012-03-15T10:46:03的版本
正则表达式是一种描述性的语言, 用来概括一类字符串 (或者说一个字符串集合)。
如果您想了解正则表达式,请先看这篇文章:正则表达式精义-1
更多学习资料