Michael Fitzgerald 知名程序員、顧問、技術作傢,為O’Reilly以及John Wiley & Sons編寫過十餘本技術圖書,在O’Reilly Network上發錶瞭大量文章。他曾是針對XML的RELAX NG模式語言委員會的成員。
Regular expressions remain a difficult part of the puzzle when learning how to program. Commonly used for sifting through large chunks of text, regexes are incredibly powerful although they may appear daunting to the newcomer. And variations among languages and environments make them even harder to master. Loaded with examples, this introductory guide walks beginners step-by-step through the fundamentals of regular expressions, and helps you decipher complex patterns. * Break down regular expressions into comprehensible parts * Learn common usage patterns through simple, easy-to-follow examples * Discover how finding unique patterns can help you avoid repetitive, hand-editing of text * Use common command-line tools such as grep and sed * Compare how regular expressions are implemented in different languages and environments
發表於2025-04-26
Introducing Regular Expressions 2025 pdf epub mobi 電子書 下載
本書作為一本超級入門書,但凡有點正則錶達式經驗的人都是沒有必要看的。而且即使作為入門,本書也不是很理想的一本。知識點零散,如果你對這正錶達式一點不熟,相信我,看完這本書以後你還是不懂正則錶達式
評分如果你有一定的正則經驗,就不要看這本書瞭。這本書屬於入門教學級,如果想深入學習正在就看 那本權威指南 -------------------------------------------------------------------------
評分# 學習正則錶達式 > 摘自《學習正則錶達式》 kindle版 1. 正則錶達式最早齣現於美國數學傢斯蒂芬·剋萊尼編寫的Introduction to Metamathematics一書中(1952年Van Nostrand公司齣版)。 2. `egrep`使用瞭擴展的正則錶達式(ERE)並引入瞭更多的元字符,比如|、+、?、(、)。...
評分這本書隻有152頁,而且正文的比例還不到一半!盡管如此,它還是較為係統介紹瞭RegExp知識體係,而且用精煉的語言準確闡述瞭RegExp知識體係中的術語如captured group, look around等,我認為這本書在傳達RegExp的知識方麵還是比較稱職的。RegExp畢竟是每一個程序員需要瞭解的東...
評分這本書的定位是想瞭解正則錶達式的新人。內容也確實簡單,就是一些概念的羅列,兩三種不同環境下的實現,書很薄,空白區域不少,一般可以花幾個小時慢慢看完。如果這書籍能作為博客文章發錶就好瞭。 瞭解必要的基礎以便知道正則錶達式工具一般會提供什麼樣的功能,以後...
圖書標籤: Programming regex 正則錶達式 CS 計算機科學 編程 O'Reilly Introducing.Regular.Expressions
簡單易懂,對於RE的新手來說,初級應用足夠瞭。
評分簡單易懂,對於RE的新手來說,初級應用足夠瞭。
評分作為一本入門書還是講得比較全麵的,不過我期待的是一些讓我眼前一亮的知識,這裏似乎沒有。
評分就書的結構來說,個人覺得比較零散,重復部分較多。不過對於初學者來說是值得一讀的,反正我是挺有收獲。 另外作者很幽默,“Greedy, Lazy and Possessive”那一節裏,作者寫道:“I'm not talking about your teenager here, I'm talking about quantifiers.” hahaha!
評分極易入門
Introducing Regular Expressions 2025 pdf epub mobi 電子書 下載