Amazon Kindleでは、 Regular Expression Pocket Reference をはじめとする200万冊以上の本をご利用いただけます。 詳細はこちら

Would you like to see this page in English? Click here.

この商品をお持ちですか? マーケットプレイスに出品する
Regular Expression: Pocket Reference
 
 
1分以内にKindleで Regular Expression Pocket Reference をお読みいただけます。

Kindle をお持ちでない場合、こちらから購入いただけます。 Kindle 無料アプリのダウンロードはこちら

Regular Expression: Pocket Reference [ペーパーバック]

Nathan Torkington , Tony Stubblebine
5つ星のうち 3.5  レビューをすべて見る (2件のカスタマーレビュー)

出品者からお求めいただけます。


この商品には新版があります:
Regular Expression: Pocket Reference (Pocket Reference (O'Reilly)) Regular Expression: Pocket Reference (Pocket Reference (O'Reilly)) 5つ星のうち 3.5 (2)
¥ 1,482
在庫あり。

フォーマット

Amazon 価格 新品 中古品
Kindle版 ¥ 415  
ペーパーバック ¥ 1,482  
ペーパーバック, 2003/05 --  

会員なら、この商品は10%Amazonポイント還元 (ポイントが表示されている場合は、表示ポイント+10%還元)。

キャンペーンおよび追加情報

  • 掲載画像とお届けする商品の表紙が異なる場合があります。ご了承ください。


この商品を買った人はこんな商品も買っています


商品の説明

内容紹介

Regular expressions are such a powerful tool for manipulating text and data that anyone who uses a computer can benefit from them. Composed of a mixture of symbols and text, regular expressions can be an outlet for creativity, for brilliant programming, and for the elegant solution. While a command of regular expressions is an invaluable skill, all there is to know about them fills a very large volume, and you don't always have time to thumb through hundreds of pages each time a question arises. The answer is the "Regular Expression Pocket Reference". This guide offers programmers a complete overview of the syntax and semantics of regular expressions, which are at the heart of every text-processing application. Ideal as an introduction for beginners and a quick reference for advanced programmers, Regular Expression Pocket Reference is a comprehensive guide to regular expression APIs for C, Perl, Java, .NET, Python, emacs, and the POSIX regular expression libraries.

著者について

Tony Stubblebine writes Perl and regular expressions for O'Reilly. Previously he held the titles of Web Peasant and Rogue Developer while hacking Perl for MasterCard International. He is also the Social Director and Senior Nightlife Correspondent for the O'Reilly Network.

登録情報

  • ペーパーバック: 112ページ
  • 出版社: Oreilly & Associates Inc (2003/05)
  • 言語 英語, 英語, 英語
  • ISBN-10: 059600415X
  • ISBN-13: 978-0596004156
  • 発売日: 2003/05
  • 商品パッケージの寸法: 17.2 x 10.8 x 1 cm
  • おすすめ度: 5つ星のうち 3.5  レビューをすべて見る (2件のカスタマーレビュー)
  • Amazon ベストセラー商品ランキング: 洋書 - 1,162,632位 (洋書のベストセラーを見る)
  •  カタログ情報、または画像について報告

  • 目次を見る

この本のなか見!検索より (詳細はこちら
この本のサンプルページを閲覧する
おもて表紙 | 著作権 | 目次 | 抜粋 | 索引 | 裏表紙
この本の中身を閲覧する:

カスタマーレビュー

星5つ
0
星2つ
0
星1つ
0
最も参考になったカスタマーレビュー
5つ星のうち 4.0 Express yourself 2010/11/19
By the_bernie-at-tx-rr-com VINE™ メンバー
形式:ペーパーバック
Real programmers are regularly expressive. The concept is as important to programming languages and utilities as pointers are to "c". You can work your way around regular expression but you will never be great until you master them.

An advantage and a disadvantage is that instead of concentrating on UNIX we get sidetracked on many secondary and transitory environments. The advantage is you can talk regular expressions with everyone. The disadvantage is I prefer concentration on AIX, HP/UX, SCO, SUN and other real programming environments; they could show all the different commands and integrated regular expressions.

Definition: Regular expressions are a language used for parsing and manipulating text. They are often used to perform complex search-and-replace operations and to validate the text data is Well-formed.

I use a lot of vi and sed so regular expression is regularly used.

Bottom line is there are better books for specific environments. This one crosses over disciplines and you never know with whom you may need to converse.
このレビューは参考になりましたか?
5つ星のうち 3.0 注意:emacsは載ってない。 2007/11/9
By とひ
形式:ペーパーバック
第一版の邦訳"正規表現デスクトップリファレンス"は持っていて重宝しているのですが、emacsでの方言が載っていない点に不満があったので、Book Descriptionを見てこちらを買ってみたのですが、やはり載っていませんでした。
第一版にもやはりemacsのセクションはなさそうなのですが、どこから持ってきた解説文なのでしょうか?
第一版に対して、ApacheとRubyのセクションは増えています。
本の内容はよいです。
このレビューは参考になりましたか?
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com: 5つ星のうち 4.2  38件のカスタマーレビュー
27 人中、27人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 4.0 A review of "Regular Expression Pocket Reference" 2005/7/13
By G. Roush - (Amazon.com)
形式:ペーパーバック
One of the most difficult things when working with regular expressoins -- at least for me -- is dealing with different implementations (i.e., Perl, Java, Python, PHP, UNIX tools, etc.) The basics of regexes and pattern matching don't vary all that much, but each implementation is just different enough that the smae line of code can yield different results. If you work with more than one of these implementations, keeping track of differences in metacharacters and metasequences can be nearly impossible. This is especially true when -- as is the case with me -- you deal with regexes somewhat intermittently.

This is one of the main reasons why the "Regular Expression Pocket Reference"

was written and this is why I keep it close at hand. This book will not really teach you how to use regexes, nor will it tell you how to use, say, Perl. If, however, you use Perl and you know how to use regexes but just can't remember whether you can disallow backtracking for text matched by a subpattern, then this book will save you quite a bit of time and effort.

If you're wondering what it means to "disallow backtracking for text matched by a subpattern," or when you would want to use it, buy "Mastering Regular Expressions" or a similar title. The "Regular Expression Pocket Reference" is designed to be a quick reference tool, and it serves this purpose very well. I would recommend it especially for those who work with regular expressions intermittently or who work with several different implementations.
32 人中、31人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 2.0 Too many implementations covered 2003/12/16
By "mark_seattle" - (Amazon.com)
形式:ペーパーバック
I love this series of books (the C#, C++ and STL pocket refs are my favorite), but the Regular Expression pocket ref tries to cover too many implementations. You only get about 10 pages for each language so, unless you use multiple implementations (e.g. C#/.NET, Perl, JavaScript, etc), this just isn't good value for money. I returned my copy and printed out a quick reference from one of the many Internet programming sites.
31 人中、28人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 4.0 Great reference, but not a tutorial 2003/11/20
By David C. Veeneman - (Amazon.com)
形式:ペーパーバック
The editorial blurb on this book suggests that it can be used as a tutorial by those new to regular expressions. That's not the case. This book is strictly a reference, albeit a very good one. I bought O'Reilly's "Mastering Regular Expressions" to learn the area, and I use this book as a quick reference. It serves that purpose very well.
これらのレビューは参考になりましたか?   ご意見はクチコミでお聞かせください。
カスタマーレビューの検索
この商品のカスタマーレビューだけを検索する

クチコミ

クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア

リストを作成

関連商品を探す


フィードバック