博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Java Regular Expressions: Taming the java.util.regex Engine
阅读量:4230 次
发布时间:2019-05-26

本文共 923 字,大约阅读时间需要 3 分钟。

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 - topmvp
This is the only book to use the Java library to process regular expressions. It is appealing because it has so many examples. Regular expressions books are not so much "studied" as they are "looked through" and mined for good solutions. For example, the right regex expression can replace an entire page of code with two lines. Java/J2SE 1.4 adds a library for handling regular expressions. Regular expressions are text expressions used to find bits of information in larger bits of text, like 'find me all sentences with the word John' in it, or does any file include '5 e's'... The author offers a look at what regular expressions are and how to use the Java library to process regular expressions. There are plenty of examples to show typical and atypical uses of the library, a powerful learning tool.
http://rapidshare.com/files/51108127/1590591070.rar
你可能感兴趣的文章
详解个推java服务端集成(干货)
查看>>
常见聚合函数
查看>>
简单子查询
查看>>
联表查询
查看>>
关于WindowListener的使用
查看>>
关于KeyListener的简单使用
查看>>
关于鼠标移动监听接口:MouseMotionListener
查看>>
TCP/IP详解笔记(一)
查看>>
501. Find Mode in Binary Search Tree
查看>>
504. Base 7
查看>>
593. Valid Square
查看>>
494. Target Sum
查看>>
463. Island Perimeter
查看>>
TCP协议粗析
查看>>
17. Letter Combinations of a Phone Number
查看>>
599. Minimum Index Sum of Two Lists
查看>>
131. Palindrome Partitioning
查看>>
51. N-Queens
查看>>
52. N-Queens II
查看>>
进程池和线程池
查看>>