Regular Expression Recipes for Windows Developers

Regular Expression Recipes for Windows Developers
Title Regular Expression Recipes for Windows Developers PDF eBook
Author Nathan Good
Publisher Apress
Total Pages 395
Release 2006-11-03
Genre Computers
ISBN 1430200286

Download Regular Expression Recipes for Windows Developers Book in PDF, Epub and Kindle

* Only book dealing with regular expressions for Windows developers in a concise manner * Teaches beginners by example, without bogging them down in syntactical explanations; also an ideal reference for experienced developers/ programmers * Covers all of the major Windows development languages

Regular Expression Recipes

Regular Expression Recipes
Title Regular Expression Recipes PDF eBook
Author Nathan A. Good
Publisher Apress
Total Pages 322
Release 2007-03-01
Genre Computers
ISBN 1430204168

Download Regular Expression Recipes Book in PDF, Epub and Kindle

*Discusses regular expressions in quick, easy manner (Friedl book is exhaustive, and other two books are superficial) *Teaches by example without exhaustive syntax explanation *Covers the major open source languages

Regular Expressions Cookbook

Regular Expressions Cookbook
Title Regular Expressions Cookbook PDF eBook
Author Jan Goyvaerts
Publisher "O'Reilly Media, Inc."
Total Pages 510
Release 2009-05-22
Genre Computers
ISBN 0596520689

Download Regular Expressions Cookbook Book in PDF, Epub and Kindle

"Regular Expressions Cookbook" provides 126 recipes written for today's most popular programming languages, including C#, Java, JavaScript, Perl, PHP, and Python.NET. Readers can save valuable time with this huge library of proven solutions to difficult, real-world problems.

Regular Expressions Cookbook

Regular Expressions Cookbook
Title Regular Expressions Cookbook PDF eBook
Author Jan Goyvaerts
Publisher "O'Reilly Media, Inc."
Total Pages 612
Release 2012-08-13
Genre Computers
ISBN 1449327486

Download Regular Expressions Cookbook Book in PDF, Epub and Kindle

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

Regular Expressions Cookbook

Regular Expressions Cookbook
Title Regular Expressions Cookbook PDF eBook
Author Jan Goyvaerts
Publisher O'Reilly Media
Total Pages 612
Release 2012-08-13
Genre Computers
ISBN 1449327494

Download Regular Expressions Cookbook Book in PDF, Epub and Kindle

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

Mastering Regular Expressions

Mastering Regular Expressions
Title Mastering Regular Expressions PDF eBook
Author Jeffrey E. F. Friedl
Publisher "O'Reilly Media, Inc."
Total Pages 492
Release 2002
Genre Computers
ISBN 9780596002893

Download Mastering Regular Expressions Book in PDF, Epub and Kindle

Introduces regular expressions and how they are used, discussing topics including metacharacters, nomenclature, matching and modifying text, expression processing, benchmarking, optimizations, and loops.

Java Cookbook

Java Cookbook
Title Java Cookbook PDF eBook
Author Ian F. Darwin
Publisher "O'Reilly Media, Inc."
Total Pages 1044
Release 2014-06-25
Genre Computers
ISBN 144933881X

Download Java Cookbook Book in PDF, Epub and Kindle

From lambda expressions and JavaFX 8 to new support for network programming and mobile development, Java 8 brings a wealth of changes. This cookbook helps you get up to speed right away with hundreds of hands-on recipes across a broad range of Java topics. You’ll learn useful techniques for everything from debugging and data structures to GUI development and functional programming. Each recipe includes self-contained code solutions that you can freely use, along with a discussion of how and why they work. If you are familiar with Java basics, this cookbook will bolster your knowledge of the language in general and Java 8’s main APIs in particular. Recipes include: Methods for compiling, running, and debugging Manipulating, comparing, and rearranging text Regular expressions for string- and pattern-matching Handling numbers, dates, and times Structuring data with collections, arrays, and other types Object-oriented and functional programming techniques Directory and filesystem operations Working with graphics, audio, and video GUI development, including JavaFX and handlers Network programming on both client and server Database access, using JPA, Hibernate, and JDBC Processing JSON and XML for data storage Multithreading and concurrency