0

EditPLus 正则表达式

Posted in 杂七杂八 at 七月 19th, 2011 / No Comments »

Editplus支持的正则表达式中英文详解 \t Tab character.tab符号 \n New line.新的一行(换行符) . Matches any character.任何字符 | Either expression on its left and right side matches the target string...

0

正则表达式30分钟入门教程

Posted in PHP at 九月 13th, 2009 / No Comments »

版本:v2.21 (2007-8-3) 作者:deerchao 来源:unibetter大学生社区 转载请注明来源 目录 本文目标 如何使用本教程 正则表达式到底是什么? 入门 测试正则表达式 元字符 字符转义 重复 字符类 反义 替换 分组 后向...

0

正则表达式中要转义的字符

Posted in PHP at 十月 15th, 2007 / No Comments »

请特别注意 . /\ + * ? [ ^ ] $ ( ) { } = ! < > | -:一些字符要用”\”转意