買這商品的人也買了...
- 
                
                   Crafting a Compiler With C (Hardcover) Crafting a Compiler With C (Hardcover)$5,540$5,263
- 
                
                   Computer Organization & Design: The Hardware/Software Interface, 2/e Computer Organization & Design: The Hardware/Software Interface, 2/e$1,200$1,176
- 
                
                   用實例學 ASP.NET 使用 C# 與 ADO.NET 用實例學 ASP.NET 使用 C# 與 ADO.NET$600$474
- 
                
                   執行力 EXECUTION 執行力 EXECUTION$350$298
- 
                
                   Visual C# 教學手冊 (Beginning Visual C#) Visual C# 教學手冊 (Beginning Visual C#)$680$537
- 
                
                   ASP.NET 程式設計徹底研究 ASP.NET 程式設計徹底研究$590$466
- 
                
                   .NET 本質論首部曲 (Essential .NET Volume 1: The Common Language Runtime) .NET 本質論首部曲 (Essential .NET Volume 1: The Common Language Runtime)$500$395
- 
                
                   Windows 程式設計 (Programming Windows, 5/e) Windows 程式設計 (Programming Windows, 5/e)$990$782
- 
                
                   鳥哥的 Linux 私房菜-伺服器架設篇 鳥哥的 Linux 私房菜-伺服器架設篇$750$638
- 
                
                   鳥哥的 Linux 私房菜─基礎學習篇增訂版 鳥哥的 Linux 私房菜─基礎學習篇增訂版$560$476
- 
                
                   Dreamweaver MX 2004 魔法書中文版 Dreamweaver MX 2004 魔法書中文版$490$417
- 
                
                   Eclipse 實作手冊─活用 Java 整合開發環境 (Eclipse in Action: A Guide for the Java Developer) Eclipse 實作手冊─活用 Java 整合開發環境 (Eclipse in Action: A Guide for the Java Developer)$450$351
- 
                
                   SCJP‧SCJD 專業認證指南 (Sun Certified Programmer & Developer for Java 2 #310-305 與310-027) SCJP‧SCJD 專業認證指南 (Sun Certified Programmer & Developer for Java 2 #310-305 與310-027)$850$723
- 
                
                   人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e) 人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e)$480$379
- 
                
                   JSP 2.0 技術手冊 JSP 2.0 技術手冊$750$593
- 
                
                   Postfix 技術手冊 (Postfix: The Definitive Guide) Postfix 技術手冊 (Postfix: The Definitive Guide)$720$569
- 
                
                   建構嵌入式 Linux 系統 建構嵌入式 Linux 系統$780$616
- 
                
                   Linux 網路管理實務: 調校、帳號、監控、安全 Linux 網路管理實務: 調校、帳號、監控、安全$580$493
- 
                
                   Struts: The Complete Reference Struts: The Complete Reference$1,800$1,710
- 
                
                   JSP 與 Servlet 500 個應用範例技巧大全集 JSP 與 Servlet 500 個應用範例技巧大全集$590$460
- 
                
                   最新 JavaScript 完整語法參考辭典 第三版 最新 JavaScript 完整語法參考辭典 第三版$490$382
- 
                
                   Canon 20D 徹底攻略 Canon 20D 徹底攻略$99$84
- 
                
                   與熊共舞:軟體專案管理的風險管理 (Waltzing With Bears: Managing Risk on Software Projects) 與熊共舞:軟體專案管理的風險管理 (Waltzing With Bears: Managing Risk on Software Projects)$380$300
- 
                
                   Deploying OpenLDAP Deploying OpenLDAP$1,740$1,653
- 
                
                   ASP.NET 徹底研究進階技巧─高階技巧與控制項實作 ASP.NET 徹底研究進階技巧─高階技巧與控制項實作$650$507
商品描述
Java has always been an excellent language for working with objects. However, Java’s text manipulation mechanisms have always been somewhat limited, especially when compared to languages such as AWK and Perl. The introduction of an excellent regular expressions package into Java 2 Standard Edition (J2SE) rectifies this. The new java.util.regex package offers everything a developer needs to use regular expressions, all packaged in an easy-to-use, object-oriented framework.
This book is a valuable reference for learning about regular expressions in Java. It focuses on the use of regular expressions in the Java language. This book offers working examples, best practices, an extremely detailed API reference with examples for almost every method, and a step-by-step tutorial on how to go about forming your own regular expressions.
You will find that regular expressions can be an extremely powerful tool in your programming arsenal, as well an elegant instrument that you will enjoy using. After mastering these tools, you will wonder at how you ever managed without them.
Contents:
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 
商品描述(中文翻譯)
Java 一直以來都是處理物件的優秀語言。然而,Java 的文字處理機制一直相對有限,特別是與 AWK 和 Perl 等語言相比。Java 2 標準版 (J2SE) 引入了一個優秀的正則表達式套件,解決了這個問題。新的 java.util.regex 套件提供了開發者使用正則表達式所需的一切,所有功能都包裝在一個易於使用的物件導向框架中。
本書是學習 Java 中正則表達式的寶貴參考資料。它專注於 Java 語言中正則表達式的使用。本書提供了可運行的範例、最佳實踐、極為詳細的 API 參考,幾乎每個方法都有範例,以及逐步教學,教你如何形成自己的正則表達式。
你會發現正則表達式可以成為你程式設計工具箱中極為強大的工具,同時也是一個你會喜歡使用的優雅工具。在掌握這些工具後,你會驚訝於自己以前是如何沒有它們的。
**內容:**
第 1 章 正則表達式  
第 2 章 Java.util.regex 物件模型介紹  
第 3 章 進階正則表達式  
第 4 章 物件導向正則表達式  
第 5 章 實用範例  
附錄 A 正則表達式參考  
附錄 B Pattern 和 Matcher 方法  
附錄 C 常見正則表達式模式  

 
     
     
     
     
     
     
     
     
     
     
     
     
    
 
     
     
     
     
    
 
    
 
     
     
     
     
    