精通正则表达式:第2版影印版

精通正则表达式:第2版影印版
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者:
2005-09
版次: 1
ISBN: 9787564100414
定价: 72.00
装帧: 平装
开本: 其他
纸张: 胶版纸
页数: 460页
41人买过
  •   正则表达式是一种用来操作文本和数据的强大工具。近年来,它们快速广泛传播,并被多种流行工具和语言作为标准特性提供,如Perl、Java、VB.NET、C#(及任何使用.NET框架的语言)、PHP、Python、Ruby、Tcl、MySQL、awk、Emacs等。 如果还未使用过正则表达式,从本书中您将发现一个掌控数据的全新世界。如果使用过它们,您将会充分意识到本书空前的深度和广度。如果您认为自己已经掌握了所有需要掌握的正则表达式知识,本书将让您大开眼界。

      尽管正则表达式具有易用、灵活、功能强大的优点,但我们往往未能充分利用它们。正则表达式可以将那些原本复杂且繁琐的文本处理过程变成可自动处理的工作。正则表达式能够为您节省时间、减少烦恼。它们可以用来为大量问题编制出一流的解决方案。

      正则表达式是一项重要技术。然而,在专家手中强大的工具同样会因为使用上的不慎而带来危险。《精通正则表达式》能够帮助您跨越雷区,成为专家。一旦掌握了正则表达式,它们将成为您的工具箱中极其重要、不可或缺的一部分。

      《精通正则表达式(第二版)》已被全面更新,涵盖了Perl 5.8及其他诸如Java、VB.NET、C#、Python、JavaScript、Tcl、Ruby等语言提供的全部新特性。本书用明晰、轻快的文笔,将原本复杂、乏味的主题清楚明白地展现在数以千计的程序员面前,并辅以一些真实世界中复杂问题的解决方案。《精通正则表达式》提供了大量可供直接使用的信息。
      
      
      
      本书的主题包括:

      · 多种语言和工具不同版本之间的特性比较

      · 正则表达式引擎的工作机制

      · 优化(提供主要方法)

      · 如何精确匹配

      · 针对特定语言的探讨 Preface

    1:Introductionc to Regular Expressions

     Solving Real Problems

     Regular Expressions as a Language

      The Filename Analogy

      The Language Analogy

     The Regular-Expression Frame of Mind

      If You Have Some Regular-Expression Experience

      Searching Text Files:Egrep

     Egrep Metacharacters

      Start and End of the Line

      Character Classes

      Matching Any Character with Dot

      Alternation

      Ignoring Differences in Capitalization

      Word Boundaries

      In a Nutshell

      Optional Items

      Other Quantifiers:Repetition

      Parentheses and Backreferences

      The Great Escape

     Expanding the Foundation

      Linguistic Diversification

      The Goal of a Regular Expression

      A Few More Examples

      Regular Expression Nomenclature

      Improving on the Status Quo

      Summary

     Personal Glimpses

    3:Extended Introductory Examples

     About the Examples

      A Short Introductioncto Perl

     Matching Text with Regular Expressions

      Toward a More Real-World Example

      SidecEffects of a Successful Match

      Intertwined Regular Expressions

      Intermission

     Modifying Text with Regular Expressions

      Example: FormcLetter

      Example:Prettifying a Stock Price

      Automated Editing

      A Small Mail Utility

      Adding Commas to a Number with Lookaround

      Text-to-HTML Conversion

      That Doubled-Word Thing

    3:Overview of Regular Expression Features and Flavors

     A Casual Stroll Across the Regex Land scape

      The Origins of Regular Expressions

      At a Glance

     Care and Handling of Regular Expressions

      Integrated Handling

      Procedural and Object-Oriented Handling

      A Search-and-Replace Example

      Search and Replace in Other Languages

      Care and Handling:Summary

     Strings,Character Encodings,and Modes

      Strings as Regular Expressions

      Character-Encoding Issues

      Regex Modes and Match Modes

     Common Metacharacters and Features

      Character Representations

      ……

    4:The Mechanics of Expression Processing

    5:Practical Regex Techniques

    6:Crafting an Efficient Expression

    7:Perl

    8:Java

    9:.NET

    Index
  • 内容简介:
      正则表达式是一种用来操作文本和数据的强大工具。近年来,它们快速广泛传播,并被多种流行工具和语言作为标准特性提供,如Perl、Java、VB.NET、C#(及任何使用.NET框架的语言)、PHP、Python、Ruby、Tcl、MySQL、awk、Emacs等。 如果还未使用过正则表达式,从本书中您将发现一个掌控数据的全新世界。如果使用过它们,您将会充分意识到本书空前的深度和广度。如果您认为自己已经掌握了所有需要掌握的正则表达式知识,本书将让您大开眼界。

      尽管正则表达式具有易用、灵活、功能强大的优点,但我们往往未能充分利用它们。正则表达式可以将那些原本复杂且繁琐的文本处理过程变成可自动处理的工作。正则表达式能够为您节省时间、减少烦恼。它们可以用来为大量问题编制出一流的解决方案。

      正则表达式是一项重要技术。然而,在专家手中强大的工具同样会因为使用上的不慎而带来危险。《精通正则表达式》能够帮助您跨越雷区,成为专家。一旦掌握了正则表达式,它们将成为您的工具箱中极其重要、不可或缺的一部分。

      《精通正则表达式(第二版)》已被全面更新,涵盖了Perl 5.8及其他诸如Java、VB.NET、C#、Python、JavaScript、Tcl、Ruby等语言提供的全部新特性。本书用明晰、轻快的文笔,将原本复杂、乏味的主题清楚明白地展现在数以千计的程序员面前,并辅以一些真实世界中复杂问题的解决方案。《精通正则表达式》提供了大量可供直接使用的信息。
      
      
      
      本书的主题包括:

      · 多种语言和工具不同版本之间的特性比较

      · 正则表达式引擎的工作机制

      · 优化(提供主要方法)

      · 如何精确匹配

      · 针对特定语言的探讨
  • 目录:
    Preface

    1:Introductionc to Regular Expressions

     Solving Real Problems

     Regular Expressions as a Language

      The Filename Analogy

      The Language Analogy

     The Regular-Expression Frame of Mind

      If You Have Some Regular-Expression Experience

      Searching Text Files:Egrep

     Egrep Metacharacters

      Start and End of the Line

      Character Classes

      Matching Any Character with Dot

      Alternation

      Ignoring Differences in Capitalization

      Word Boundaries

      In a Nutshell

      Optional Items

      Other Quantifiers:Repetition

      Parentheses and Backreferences

      The Great Escape

     Expanding the Foundation

      Linguistic Diversification

      The Goal of a Regular Expression

      A Few More Examples

      Regular Expression Nomenclature

      Improving on the Status Quo

      Summary

     Personal Glimpses

    3:Extended Introductory Examples

     About the Examples

      A Short Introductioncto Perl

     Matching Text with Regular Expressions

      Toward a More Real-World Example

      SidecEffects of a Successful Match

      Intertwined Regular Expressions

      Intermission

     Modifying Text with Regular Expressions

      Example: FormcLetter

      Example:Prettifying a Stock Price

      Automated Editing

      A Small Mail Utility

      Adding Commas to a Number with Lookaround

      Text-to-HTML Conversion

      That Doubled-Word Thing

    3:Overview of Regular Expression Features and Flavors

     A Casual Stroll Across the Regex Land scape

      The Origins of Regular Expressions

      At a Glance

     Care and Handling of Regular Expressions

      Integrated Handling

      Procedural and Object-Oriented Handling

      A Search-and-Replace Example

      Search and Replace in Other Languages

      Care and Handling:Summary

     Strings,Character Encodings,and Modes

      Strings as Regular Expressions

      Character-Encoding Issues

      Regex Modes and Match Modes

     Common Metacharacters and Features

      Character Representations

      ……

    4:The Mechanics of Expression Processing

    5:Practical Regex Techniques

    6:Crafting an Efficient Expression

    7:Perl

    8:Java

    9:.NET

    Index
查看详情
相关图书 / 更多
精通正则表达式:第2版影印版
精通 Power Query
(加拿大)肯·普尔斯
精通正则表达式:第2版影印版
精通套期保值
李录林 著
精通正则表达式:第2版影印版
精通STM32F4(HAL库版)(上)
刘军 凌柱宁 徐伟健 江荧
精通正则表达式:第2版影印版
精通FrontPage XP(中文版)
中国IT培训工程编委会 编
精通正则表达式:第2版影印版
精通咬合重建——解读牙列不齐、牙周病、多牙缺失
吴松涛 周茂强 译;[日]上田 秀朗
精通正则表达式:第2版影印版
精通Veeam Backup & Replication(原书第2版)
克里斯·奇尔德霍森(Chris Childerhose)
精通正则表达式:第2版影印版
精通Shiny(Mastering Shiny)
Hadley Wickham
精通正则表达式:第2版影印版
精通区块链开发技术(第2版)
[美]伊姆兰·巴希尔 著;王烈征 译
精通正则表达式:第2版影印版
精通Apache Pulsar:可伸缩云原生事件流实践
[美]Jowanza Joseph(乔万扎·约瑟夫
精通正则表达式:第2版影印版
精通机器学习算法
[意]朱塞佩·博纳科尔索(Giuseppe Bonaccorso)
精通正则表达式:第2版影印版
精通嵌入式Linux编程
[美]弗兰克·瓦斯奎兹 著;陈会翔 译
精通正则表达式:第2版影印版
精通Transformer:从零开始构建最先进的NLP模型
[伊朗]梅萨姆·阿斯加里-切纳格卢 著;江红 余青松 余靖 译;[土耳其]萨瓦斯·伊尔蒂利姆
您可能感兴趣 / 更多
精通正则表达式:第2版影印版
《论住宅问题》中外文稀有版本文献
弗里德里希·恩格斯
精通正则表达式:第2版影印版
《反杜林论》中外文稀有版本文献
弗里德里希·恩格斯
精通正则表达式:第2版影印版
历史主义的兴起(汉译名著本19)
弗里德里希·迈内克
精通正则表达式:第2版影印版
《社会主义从空想到科学的发展》中外文稀有版本文献
弗里德里希·恩格斯
精通正则表达式:第2版影印版
哈耶克的维特根斯坦传:文本及其历史
弗里德里希·冯·哈耶克 著;克里斯蒂安·艾尔巴赫 编;刘楠楠 译;我思 出品
精通正则表达式:第2版影印版
查拉图斯特拉如是说
弗里德里希·威廉·尼采
精通正则表达式:第2版影印版
《路德维希·费尔巴哈和德国古典哲学的终结》中外文稀有版本文献
弗里德里希·恩格斯
精通正则表达式:第2版影印版
尼采随笔
弗里德里希·尼采 著
精通正则表达式:第2版影印版
马列主义经典著作典藏文库:英国工人阶级状况(英文版)
弗里德里希·恩格斯
精通正则表达式:第2版影印版
马列主义经典著作典藏文库:家庭、私有制和国家的起源(英文版)
弗里德里希·恩格斯
精通正则表达式:第2版影印版
强盗
弗里德里希·席勒 原著;芭芭拉·金德曼 改编
精通正则表达式:第2版影印版
威廉·退尔
弗里德里希·席勒 原著;芭芭拉·金德曼 改编