The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 Java Regular Expressions: Taming the Java.util.regex Engine
  

  Java Regular Expressions: Taming the Java.util.regex Engine by M. Habibi

  • Published by: APRESS
  • Author: M. Habibi
  • Page Count: 256
  • Group: JAVA 1.2/JAVA 2 PLATFORM
  • ISBN: 1590591070/9781590591079
  • Published: Mar 2004

Our Price: 22.80
Discount: 20%
RRP: 28.50 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

Java Regular Expressions: Taming the Java.util.regex Engine
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 new 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 ponder how you ever managed without them?

Chapter 1 Regular Expressions
Chapter 2 Introduction to the Java.util.regex Object Model
Chapter 3 Advanced Regex
Chapter 4 Object-Oriented Regex
Chapter 5 Practical Examples
Appendix A Regular Expression Reference
Appendix B Pattern and Matcher Methods
Appendix C Common Regex Patterns