Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Regular Expressions Cookbook, Second Edition

Posted By: arundhati
Regular Expressions Cookbook, Second Edition

Jan Goyvaerts, Steven Levithan, "Regular Expressions Cookbook, Second Edition"
2012 | ISBN-10: 1449319432 | PDF, EPUB | 612 pages | 11 + 5 MB

Take the guesswork out of using regular expressions. With more than 140 practical recipes, this cookbook provides everything you need to solve a wide range of real-world problems. Novices will learn basic skills and tools, and programmers and experienced users will find a wealth of detail. Each recipe provides samples you can use right away.

This revised edition covers the regular expression flavors used by C#, Java, javascript, Perl, PHP, Python, Ruby, and VB.NET. You’ll learn powerful new tricks, avoid flavor-specific gotchas, and save valuable time with this huge library of practical solutions.
Learn regular expressions basics through a detailed tutorial
Use code listings to implement regular expressions with your language of choice
Understand how regular expressions differ from language to language
Handle common user input with recipes for validation and formatting
Find and manipulate words, special characters, and lines of text
Detect integers, floating-point numbers, and other numerical formats
Parse source code and process log files
Use regular expressions in URLs, paths, and IP addresses
Manipulate HTML, XML, and data exchange formats
Discover little-known regular expression tricks and techniques