Buy PDF/EPUB versions
Purchase links
You can buy the pdf/epub versions of the book using these links:
Bundles
You can also get the book as part of these bundles:
- Awesome Regex
- All books bundle
- https://learnbyexample.gumroad.com/l/all-books
- Includes all my programming books
Testimonials
Got several suggestions and feedback when my submission about this book reached the front page of Hacker News.
Great job on this! — rendall
Hi, great work releasing this! Trying to explain vim concisely is always an interesting challenge and I had a great time reading your attempt in this book. I always find it really interesting on how people try to group certain vim functions in a way that makes sense to people that don't use vim. I think you cover that idea pretty well in your 'Vim philosophy and features' section whilst not making it overly abstract and keeping it relatable. — doix
Neat stuff! One piece of feedback is that I would include "+p and "+yy in the copy and paste section. — mrpotato
I learnt regular expression by reading your books, thank you for the great work. — LamJH
A comment from another Hacker News thread:
I stumbled upon your vi post a few days ago, really like the style. Keep it up!
Book list
Here's a list of programming books I've written:
- Understanding Python re(gex)?
- Understanding JavaScript RegExp
- Understanding Ruby Regexp
- CLI text processing with GNU grep and ripgrep
- CLI text processing with GNU sed
- CLI text processing with GNU awk
- Ruby One-Liners Guide
- Perl One-Liners Guide
- 100 Page Python Intro
- Practice Python Projects
- CLI text processing with GNU Coreutils
- Command line text processing with Rust tools
- Vim Reference Guide
- Linux Command Line Computing