Author: Nathan Good
Publisher: Apress
ISBN: 1430200286
Category : Computers
Languages : en
Pages : 395
Book Description
* 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 for Windows Developers
Author: Nathan Good
Publisher: Apress
ISBN: 1430200286
Category : Computers
Languages : en
Pages : 395
Book Description
* 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
Publisher: Apress
ISBN: 1430200286
Category : Computers
Languages : en
Pages : 395
Book Description
* 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
Author: Nathan A. Good
Publisher: Springer
ISBN:
Category : Computers
Languages : en
Pages : 328
Book Description
*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
Publisher: Springer
ISBN:
Category : Computers
Languages : en
Pages : 328
Book Description
*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
Author: Jan Goyvaerts
Publisher: "O'Reilly Media, Inc."
ISBN: 1449327486
Category : Computers
Languages : en
Pages : 612
Book Description
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
Publisher: "O'Reilly Media, Inc."
ISBN: 1449327486
Category : Computers
Languages : en
Pages : 612
Book Description
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
Author: Jeffrey E. F. Friedl
Publisher: "O'Reilly Media, Inc."
ISBN: 9780596002893
Category : Computers
Languages : en
Pages : 492
Book Description
Introduces regular expressions and how they are used, discussing topics including metacharacters, nomenclature, matching and modifying text, expression processing, benchmarking, optimizations, and loops.
Publisher: "O'Reilly Media, Inc."
ISBN: 9780596002893
Category : Computers
Languages : en
Pages : 492
Book Description
Introduces regular expressions and how they are used, discussing topics including metacharacters, nomenclature, matching and modifying text, expression processing, benchmarking, optimizations, and loops.
PHP 5 Recipes
Author: Frank M. Kromann
Publisher: Apress
ISBN: 1430200707
Category : Computers
Languages : en
Pages : 654
Book Description
* The only PHP "cook book" available that is completely up-to-date for PHP 5 which includes teaching material for PHP 5 object-oriented features * Complete code provided to solve all common problems PHP developers will come across in day-to-day work as well as using built in PHP functionality * Works well as a learn-by-example teaching book, as well as a quick solutions book
Publisher: Apress
ISBN: 1430200707
Category : Computers
Languages : en
Pages : 654
Book Description
* The only PHP "cook book" available that is completely up-to-date for PHP 5 which includes teaching material for PHP 5 object-oriented features * Complete code provided to solve all common problems PHP developers will come across in day-to-day work as well as using built in PHP functionality * Works well as a learn-by-example teaching book, as well as a quick solutions book
Regular Expression Pocket Reference
Author: Tony Stubblebine
Publisher: "O'Reilly Media, Inc."
ISBN: 0596514271
Category : Computers
Languages : en
Pages : 129
Book Description
A guide to the syntax and semantics of regular expressions for Perl 5.8, Ruby, Java, PHP, C#, .NET, Python, JavaScript, and PCRE.
Publisher: "O'Reilly Media, Inc."
ISBN: 0596514271
Category : Computers
Languages : en
Pages : 129
Book Description
A guide to the syntax and semantics of regular expressions for Perl 5.8, Ruby, Java, PHP, C#, .NET, Python, JavaScript, and PCRE.
Java Cookbook
Author: Ian F. Darwin
Publisher: "O'Reilly Media, Inc."
ISBN: 144933881X
Category : Computers
Languages : en
Pages : 1044
Book Description
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
Publisher: "O'Reilly Media, Inc."
ISBN: 144933881X
Category : Computers
Languages : en
Pages : 1044
Book Description
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
Beginning ASP.NET 2.0 Databases
Author: Damien Foggon
Publisher: Apress
ISBN: 1430201460
Category : Computers
Languages : en
Pages : 637
Book Description
* Provides developers with the skills to build professional database-driven web sites using the latest ASP.NET 2.0 technologies. * ASP.NET developers looking to build DB-driven websites will find practical solutions, multiple ways to achieve success, and a handy case study to wrap up core content. * NET is used by millions of web developers and are looking for a comprehensive resource on 2.0 beta improvements.
Publisher: Apress
ISBN: 1430201460
Category : Computers
Languages : en
Pages : 637
Book Description
* Provides developers with the skills to build professional database-driven web sites using the latest ASP.NET 2.0 technologies. * ASP.NET developers looking to build DB-driven websites will find practical solutions, multiple ways to achieve success, and a handy case study to wrap up core content. * NET is used by millions of web developers and are looking for a comprehensive resource on 2.0 beta improvements.
Pro SQL Server 2008 XML
Author: Michael Coles
Publisher: Apress
ISBN: 1430206306
Category : Computers
Languages : en
Pages : 478
Book Description
Knowledge and ability to apply XML are de rigueur in today's world, and SQL Server developers and administrators are no exception to that rule. Pro SQL Server 2008 XML is your key to unlocking the powerful XML feature set first introduced in SQL Server 2005 and since refined in SQL Server 2008. Author Michael Coles shows how to store XML using SQL Server's built–in XML data type. Learn to query and manipulate XML data using standard technologies such as XQuery and XSLT. No SQL Server database professional can afford to be without knowledge of the XML feature set. Pro SQL Server 2008 XML delivers on the knowledge that you need to remain competitive in your career. Shows how to store, query, and manipulate XML documents in SQL Server Provides step–by–step examples showing best practices and advanced features Accurately discusses how SQL Server's XML feature set stacks up against the ISO XML standards
Publisher: Apress
ISBN: 1430206306
Category : Computers
Languages : en
Pages : 478
Book Description
Knowledge and ability to apply XML are de rigueur in today's world, and SQL Server developers and administrators are no exception to that rule. Pro SQL Server 2008 XML is your key to unlocking the powerful XML feature set first introduced in SQL Server 2005 and since refined in SQL Server 2008. Author Michael Coles shows how to store XML using SQL Server's built–in XML data type. Learn to query and manipulate XML data using standard technologies such as XQuery and XSLT. No SQL Server database professional can afford to be without knowledge of the XML feature set. Pro SQL Server 2008 XML delivers on the knowledge that you need to remain competitive in your career. Shows how to store, query, and manipulate XML documents in SQL Server Provides step–by–step examples showing best practices and advanced features Accurately discusses how SQL Server's XML feature set stacks up against the ISO XML standards
Foundations of PEAR
Author: Allan Kent
Publisher: Apress
ISBN: 1430203455
Category : Computers
Languages : en
Pages : 640
Book Description
This book has been carefully constructed to be your one stop resource for locating the PEAR package you need. It is the first book that devotes exclusive coverage to PEAR covering key items and topics missing in the online documentation. We have carefully selected the most useful and widely used packages for inclusion in this book. You’ll find the packages inside broken down logically by function. Each package is covered in detail, yet presented in a fashion that allows you to quickly jump to the key items you need to implement a solution. Armed with the knowledge in this book, you will be set to take your PHP development to a new level.
Publisher: Apress
ISBN: 1430203455
Category : Computers
Languages : en
Pages : 640
Book Description
This book has been carefully constructed to be your one stop resource for locating the PEAR package you need. It is the first book that devotes exclusive coverage to PEAR covering key items and topics missing in the online documentation. We have carefully selected the most useful and widely used packages for inclusion in this book. You’ll find the packages inside broken down logically by function. Each package is covered in detail, yet presented in a fashion that allows you to quickly jump to the key items you need to implement a solution. Armed with the knowledge in this book, you will be set to take your PHP development to a new level.