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.
Java has always been an excellent language for working with objects. But Java's text manipulation mechanisms have always been limited, compared to languages like AWK and Perl. On the flip side, a regular expressions package in Java 2 Standard Edition (J2SE) brings hope to the Java text mechanisms. This package provides you everything necessary to use regular expressions-all packaged in a simplified object-oriented framework.
In addition to working examples and best practices, this book features a detailed API reference with examples supporting nearly every method, and a step-by-step tutorial to create your own regular expressions. With time, you'll discover that regular expressions are extremely powerful in your programming arsenal-and you'll enjoy using them! And once you've mastered these tools, you'll wonder how you ever managed without them!
Hinweis: Dieser Artikel kann nur an eine deutsche Lieferadresse ausgeliefert werden.
Java has always been an excellent language for working with objects. But Java's text manipulation mechanisms have always been limited, compared to languages like AWK and Perl. On the flip side, a regular expressions package in Java 2 Standard Edition (J2SE) brings hope to the Java text mechanisms. This package provides you everything necessary to use regular expressions-all packaged in a simplified object-oriented framework.
In addition to working examples and best practices, this book features a detailed API reference with examples supporting nearly every method, and a step-by-step tutorial to create your own regular expressions. With time, you'll discover that regular expressions are extremely powerful in your programming arsenal-and you'll enjoy using them! And once you've mastered these tools, you'll wonder how you ever managed without them!
Hinweis: Dieser Artikel kann nur an eine deutsche Lieferadresse ausgeliefert werden.
From the reviews:
"At long last, a book devoted to regular expressions in Java. ... author Mehran Habibi does a pretty good job ... . lots of examples, with clear coding and an annotated explanation ... . for those who want to get the most out of the regular expressions this is worth having around. ... Having covered all of the core concepts and methods ... . appendices provide some additional reference material, concluding with a set of common useful patterns. ... the book does provide a very firm grounding ... ." (techbookreport.com, March, 2004)
"At long last, a book devoted to regular expressions in Java. ... author Mehran Habibi does a pretty good job ... . lots of examples, with clear coding and an annotated explanation ... . for those who want to get the most out of the regular expressions this is worth having around. ... Having covered all of the core concepts and methods ... . appendices provide some additional reference material, concluding with a set of common useful patterns. ... the book does provide a very firm grounding ... ." (techbookreport.com, March, 2004)