Editplus支持的正则表达式中英文详解 \t Tab character.tab符号 \n New line.新的一行(换行符) . Matches any character.任何字符 | Either expression on its left and right side matches the target string...
Editplus支持的正则表达式中英文详解 \t Tab character.tab符号 \n New line.新的一行(换行符) . Matches any character.任何字符 | Either expression on its left and right side matches the target string...
版本:v2.21 (2007-8-3) 作者:deerchao 来源:unibetter大学生社区 转载请注明来源 目录 本文目标 如何使用本教程 正则表达式到底是什么? 入门 测试正则表达式 元字符 字符转义 重复 字符类 反义 替换 分组 后向...
请特别注意 . /\ + * ? [ ^ ] $ ( ) { } = ! < > | -:一些字符要用”\”转意