Regular Expression Recipes for Windows Developers

Regular Expression Recipes for Windows Developers
Author: Nathan Good
Publsiher: Apress
Total Pages: 395
Release: 2006-11-03
Genre: Computers
ISBN: 9781430200284

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 Expressions Cookbook

Regular Expressions Cookbook
Author: Jan Goyvaerts,Steven Levithan
Publsiher: "O'Reilly Media, Inc."
Total Pages: 510
Release: 2009-05-22
Genre: Computers
ISBN: 9780596520687

Download Regular Expressions Cookbook Book in PDF, Epub and Kindle

Covers the basics of regular expressions along with recipes for common tasks using C#, Java, JavaScript, Perl, PHP, Python, Ruby, and VB NET.

Regular Expression Recipes

Regular Expression Recipes
Author: Nathan A. Good
Publsiher: Apress
Total Pages: 322
Release: 2007-03-01
Genre: Computers
ISBN: 9781430204169

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
Author: Jan Goyvaerts,Steven Levithan
Publsiher: O'Reilly Media
Total Pages: 612
Release: 2012-08-13
Genre: Computers
ISBN: 9781449327491

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

Beginning Regular Expressions

Beginning Regular Expressions
Author: Andrew Watt
Publsiher: John Wiley & Sons
Total Pages: 770
Release: 2005-02-08
Genre: Computers
ISBN: 9780764595745

Download Beginning Regular Expressions Book in PDF, Epub and Kindle

This book introduces the various parts of the construction of a regular expression pattern, explains what they mean, and walks you through working examples showing how they work and why they do what they do. By working through the examples, you will build your understanding of how to make regular expressions do what you want them to do and avoid creating regular expressions that don’t meet your intentions. Beginning chapters introduce regular expressions and show you a method you can use to break down a text manipulation problem into component parts so that you can make an intelligent choice about constructing a regular expression pattern that matches what you want it to match and avoids matching unwanted text. To solve more complex problems, you should set out a problem definition and progressively refine it to express it in English in a way that corresponds to a regular expression pattern that does what you want it to do. The second part of the book devotes a chapter to each of several technologies available on the Windows platform. You are shown how to use each tool or language with regular expressions (for example, how to do a lookahead in Perl or create a named variable in C#). Regular expressions can be useful in applications such as Microsoft Word, OpenOffice.org Writer, Microsoft Excel, and Microsoft Access. A chapter is devoted to each. In addition, tools such as the little-known Windows findstr utility and the commercial PowerGrep tool each have a chapter showing how they can be used to solve text manipulation tasks that span multiple files. The use of regular expressions in the MySQL and Microsoft SQL Server databases are also demonstrated. Several programming languages have a chapter describing the metacharacters available for use in those languages together with demonstrations of how the objects or classes of that language can be used with regular expressions. The languages covered are VBScript, Javascript, Visual Basic .NET, C#, PHP, Java, and Perl. XML is used increasingly to store textual data. The W3C XML Schema definition language can use regular expressions to automatically validate data in an XML document. W3C XML Schema has a chapter demonstrating how regular expressions can be used with the xs:pattern element. Chapters 1 through 10 describe the component parts of regular expression patterns and show you what they do and how they can be used with a variety of text manipulation tools and languages. You should work through these chapters in order and build up your understanding of regular expressions. The book then devotes a chapter to each of several text manipulation tools and programming languages. These chapters assume knowledge from Chapters 1 through 10, but you can dip into the tool-specific and language-specific chapters in any order you want.

PHP 5 Recipes

PHP 5 Recipes
Author: Frank M. Kromann,Jon Stephens,Nathan A. Good,Lee Babin
Publsiher: Apress
Total Pages: 654
Release: 2006-11-05
Genre: Computers
ISBN: 9781430200703

Download PHP 5 Recipes Book in PDF, Epub and Kindle

* 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

Beginning ASP NET 2 0 Databases

Beginning ASP NET 2 0 Databases
Author: Damien Foggon
Publsiher: Apress
Total Pages: 637
Release: 2006-11-21
Genre: Computers
ISBN: 9781430201465

Download Beginning ASP NET 2 0 Databases Book in PDF, Epub and Kindle

* 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

Pro SQL Server 2008 XML
Author: Michael Coles
Publsiher: Apress
Total Pages: 478
Release: 2008-07-09
Genre: Computers
ISBN: 9781430206309

Download Pro SQL Server 2008 XML Book in PDF, Epub and Kindle

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