正则表达式学习

一、书籍推荐

1、Introducing Regular Expressions

中文版:学习正则表达式

示例代码:http://examples.oreilly.com/0636920012337/examples.zip

说明:入门

2、Mastering Regular Expressions 3rd

中文版:精通正则表达式

3、Regular Expressions Cookbook, Second Edition

中文版:正则表达式经典实例

http://book.douban.com/subject/4872186/


二、在线测试

1、Regexpal

http://www.regexpal.com 功能不完整 作者:Steven Levithan

2、RegExr

http://www.gskinner.com/RegExr 作者:Grant Skinner


三、本地工具

linux下工具sed、grep


你可能感兴趣的:(正则表达式,书籍)