Taming the Java.Util.Regex Engine
Buch, Englisch, 280 Seiten, Format (B × H): 180 mm x 238 mm, Gewicht: 540 g
ISBN: 978-1-59059-107-9
Verlag: Apress
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!
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmierung: Methoden und Allgemeines
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Webprogrammierung
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Software Engineering Objektorientierte Softwareentwicklung
Weitere Infos & Material
1 Regular Expressions.- 2 Introduction to the Java.util.regex Object Model.- 3 Advanced Regex.- 4 Object-Oriented Regex.- 5 Practical Examples.- Appendix A Regular Expression Reference.- Appendix B Pattern and Matcher Methods.- Pattern Class Fields.- Pattern Class Methods.- Method Class Methods.- Appendix C Common Regex Patterns.