Java Regular Expressions: Taming the Java.Util.Regex Engine (Expert's Voice)

個数:

Java Regular Expressions: Taming the Java.Util.Regex Engine (Expert's Voice)

  • オンデマンド(OD/POD)版です。キャンセルは承れません。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 255 p.
  • 商品コード 9781590591079
  • DDC分類 005.133

Full Description

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!

Contents

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.