Java正则表达式

 

 

参考文献:

 

1. 大名鼎鼎的《正则表达式30分钟入门教程》:http://deerchao.net/tutorials/regex/regex.htm

2. Java正则表达式详解:http://edu.yesky.com/edupxpt/18/2143018.shtml

3. java.util.regex.Pattern类:http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html

4. java.util.regex包:http://docs.oracle.com/javase/6/docs/api/java/util/regex/package-summary.html

5. Java Regex Tutorial:http://www.vogella.com/articles/JavaRegularExpressions/article.html

6. Lesson: Regular Expressions:http://docs.oracle.com/javase/tutorial/essential/regex/

7. Java正则表达式(一):http://fuliang.iteye.com/blog/169946

8. Java正则表达式(二):http://fuliang.iteye.com/blog/175035

9. Linux/Bash下正则表达式:http://codingstandards.iteye.com/blog/1195592

10.Java正则表达式应用总结:http://lavasoft.blog.51cto.com/62575/179324

 

以上参考文献未过滤

 

你可能感兴趣的:(java正则表达式)