摘要: 正则表达式是一个查询的字符串,它包含一般的字符和一些特殊的字符,特殊字符可以扩展查找字符串的能力,正则表达式在查找和替换字符串的作用不可忽视,它能很好提高工作效率。EditPlus的查找,替换,文件中查找支持以下的正则表达式:Expression Description/t Tab character./n New line.. Matches any character.| Either expression on its left and right side matches the ... 阅读全文
posted @ 2009-09-11 10:13 x3d 阅读(166) 评论(0) 推荐(0)