Bundle detailsThis bundle contains all my published ebooks on various programming topics:Understanding Python re(gex)?Understanding JavaScript RegExpUnderstanding Ruby RegexpCLI text processing with GNU grep and ripgrepCLI text processing with GNU sedCLI text processing with GNU awkRuby One-Liners GuidePerl One-Liners Guide100 Page Python IntroPractice Python ProjectsCLI text processing with GNU CoreutilsVim Reference GuideLinux Command Line Computing The above links point to GitHub repos for...| leanpub.com
Festive OffersAvail amazing offers this festive season! Valid till 30-Nov-2024: All 13 Books Bundle — $15 (normal price $32), learn Regular Expressions, Linux CLI tools, Python, Vim and more! Linux CLI Text Processing bundle — $10 (normal price $20), grep, sed, awk, perl and ruby one-liners, GNU coreutils, CLI computing Learn by example Python bundle — $8 (normal price $15), Python introduction, Regular Expressions and Projects Understanding Python re(gex)? — FREE (normal price $10) B...| Gumroad
Source code: Lib/re/ This module provides regular expression matching operations similar to those found in Perl. Both patterns and strings to be searched can be Unicode strings ( str) as well as 8-...| Python documentation