๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Regular expression pocket reference

โœ Scribed by Tony Stubblebine


Publisher
O'Reilly Media
Year
2007
Tongue
English
Leaves
128
Series
Pocket Reference (O'Reilly)
Edition
2nd
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


This handy little book offers programmers a complete overview of the syntax and semantics of regular expressions that are at the heart of every text-processing application. Ideal as a quick reference, Regular Expression Pocket Reference covers the regular expression APIs for Perl 5.8, Ruby (including some upcoming 1.9 features), Java, PHP, .NET and C#, Python, vi, JavaScript, and the PCRE regular expression libraries.

This concise and easy-to-use reference puts a very powerful tool for manipulating text and data right at your fingertips. Composed of a mixture of symbols and text, regular expressions can be an outlet for creativity, for brilliant programming, and for the elegant solution. Regular Expression Pocket Reference offers an introduction to regular expressions, pattern matching, metacharacters, modes and constructs, and then provides separate sections for each of the language APIs, with complete regex listings including:

  • Supported metacharacters for each language API
  • Regular expression classes and interfaces for Ruby, Java, .NET, and C#
  • Regular expression operators for Perl 5.8
  • Regular expression module objects and functions for Python
  • Pattern-matching functions for PHP and the vi editor
  • Pattern-matching methods and objects for JavaScript
  • Unicode Support for each of the languages
With plenty of examples and other resources, Regular Expression Pocket Reference summarizes the complex rules for performing this critical text-processing function, and presents this often-confusing topic in a friendly and well-organized format. This guide makes an ideal on-the-job companion.

โœฆ Table of Contents



Content: Introduction to regexes and pattern matching --
Regular expression cookbook --
Perl 5.8 --
Java (java.util.regex) --
.NET and C# --
PHP --
Python --
RUBY --
JavaScript --
PCRE --
Apache Web Server --
vi Editor --
Shell tools
Abstract:

Concise and easy to use, this handy guide offers programmers a complete overview of the syntax and semantics of regular expressions, which are at the heart of every text-processing application. Read more...


๐Ÿ“œ SIMILAR VOLUMES


Regular Expression Pocket Reference
โœ Tony Stubblebine ๐Ÿ“‚ Library ๐Ÿ“… 2003 ๐Ÿ› O'Reilly ๐ŸŒ English

It is a very good guide. But I have to borrow the notes in the Vi section to use it with sed when I need to use a Regex. A more practical guide on regex's and shell scripting would be better!

Regular Expression Pocket Reference
โœ Tony Stubblebine ๐Ÿ“‚ Library ๐Ÿ“… 2003 ๐Ÿ› O'Reilly Media ๐ŸŒ English

This handy little book offers programmers a complete overview of the syntax and semantics of regular expressions that are at the heart of every text-processing application. Ideal as a quick reference, Regular Expression Pocket Reference covers the regular expression APIs for Perl 5.8, Ruby (includin

Oracle Regular Expressions Pocket Refere
โœ Jonathan Gennick, Peter Linsley ๐Ÿ“‚ Library ๐Ÿ“… 2003 ๐Ÿ› O'Reilly Media ๐ŸŒ English

Oracle Regular Expressions Pocket Reference is part tutorial and part quick-reference. It's suitable for those who have never used regular expressions before, as well as those who have experience with Perl and other languages supporting regular expressions. The book describes Oracle Database 10G's s

Oracle regular expressions: pocket refer
โœ Jonathan Gennick, Peter Linsley ๐Ÿ“‚ Library ๐Ÿ“… 2003 ๐Ÿ› O'Reilly ๐ŸŒ English

Support for regular expressions in SQL and PL/SQL is one of the most exciting features of Oracle Database 10G. Oracle has long supported the ANSI-standard LIKE predicate for rudimentary pattern matching, but regular expressions take pattern matching to a new level. They provide a powerful way to se

Regular Expression Pocket Reference: Reg
โœ Tony Stubblebine ๐Ÿ“‚ Library ๐Ÿ“… 2007 ๐Ÿ› O'Reilly Media ๐ŸŒ English

Trying to remember the subtleties of all of the different implementations of regex is no longer a problem with this around. Whip it out and instantly you've got access to all of the meta-characters, etc., etc., etc. What more can I say?