Skip to main content
Apress
Book cover

Java Regular Expressions

Taming the java.util.regex Engine

  • Book
  • © 2004

Overview

  • The first book available on regular expressions usage in Java
  • Includes over 100 fully functional, real-world J2SE regex examples, not just info on the API
  • Offers in-depth examination of complex and subtle J2SE regex topics simply not covered elsewhere, either in Sun’s documentation and/or other books on J2SE regex
  • Includes handy quick-reference tables to help readers with regular expression syntax

This is a preview of subscription content, log in via an institution to check access.

Access this book

eBook USD 29.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book USD 39.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Other ways to access

Licence this eBook for your library

Institutional subscriptions

Table of contents (5 chapters)

Keywords

About this book

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!

Reviews

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)

About the author

Mehran Habibi is coauthor of The Sun Certified Java Developer Exam with J2SE 1.4 and Cracking the AP Computer Science Exam, 2004-2005 Edition. He is also an application architect with BankOne in Ohio, where he resides with his lovely wife, Angela. Mehran has more than nine years of IT experience, including positions with IBM, Executive Jet, UUNET, BankOne, and the Online Computer Library Center (OCLC), in addition to working as a university lecturer, independent consultant, and Java certification trainer. Technologies of interest to him include web services, wireless technologies, and XML/XSLT. Mehran's professional focus has been on architecture, project leadership, mentoring, team leadership, and programming from the mid-tier on back. Mehran holds certifications in both "The Other Company" and Java 2, and he graduated with a bachelor's of science degree in software engineering from the honors program at The Ohio State University.

Bibliographic Information

  • Book Title: Java Regular Expressions

  • Book Subtitle: Taming the java.util.regex Engine

  • Authors: Mehran Habibi

  • DOI: https://doi.org/10.1007/978-1-4302-0709-2

  • Publisher: Apress Berkeley, CA

  • eBook Packages: Springer Book Archive

  • Copyright Information: Mehran Habibi 2004

  • Softcover ISBN: 978-1-59059-107-9Published: 11 February 2004

  • eBook ISBN: 978-1-4302-0709-2Published: 01 January 2008

  • Edition Number: 1

  • Number of Pages: XVII, 280

  • Topics: Java, Software Engineering/Programming and Operating Systems

Publish with us