Regular Expression Pocket Reference. Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET. 2nd Edition - Helion
ISBN: 978-14-493-3893-0
stron: 128, Format: ebook
Data wydania: 2007-07-18
Księgarnia: Helion
Cena książki: 42,42 zł (poprzednio: 49,33 zł)
Oszczędzasz: 14% (-6,91 zł)
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
Osoby które kupowały "Regular Expression Pocket Reference. Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET. 2nd Edition", wybierały także:
- C# 10 and .NET 6 Modern Cross-Platform Development 213,57 zł, (29,90 zł -86%)
- Software Architecture with C# 9 and .NET 5 213,57 zł, (29,90 zł -86%)
- Windows Presentation Foundation Development Cookbook 186,88 zł, (29,90 zł -84%)
- Improving your C# Skills 175,88 zł, (29,90 zł -83%)
- .NET Core 2.0 By Example 157,37 zł, (29,90 zł -81%)
Spis treści
Regular Expression Pocket Reference. Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET. 2nd Edition eBook -- spis treści
- Regular Expression Pocket Reference
- 1. Regular Expression Pocket Reference
- About This Book
- Conventions Used in This Book
- Acknowledgments
- Introduction to Regexes and Pattern Matching
- Regex Metacharacters, Modes, and Constructs
- Character representations
- Character classes and class-like constructs
- Anchors and zero-width assertions
- Comments and mode modifiers
- Grouping, capturing, conditionals, and control
- Unicode Support
- Regex Metacharacters, Modes, and Constructs
- Regular Expression Cookbook
- Recipes
- Removing leading and trailing whitespace
- Numbers from 0 to 999999
- Valid HTML Hex code
- U.S. Social Security number
- U.S. zip code
- U.S. currency
- Match date: MM/DD/YYYY HH:MM:SS
- Leading pathname
- Dotted Quad IP address
- MAC address
- HTTP URL
- Recipes
- Perl 5.8
- Supported Metacharacters
- Regular Expression Operators
- qr// (Quote Regex)
- m// (Matching)
- s/// (Substitution)
- split
- Unicode Support
- Examples
- Other Resources
- Java (java.util.regex)
- Supported Metacharacters
- Regular Expression Classes and Interfaces
- java.lang.String
- java.util.regex.Pattern
- java.util.regex.Matcher
- java.util.regex.PatternSyntaxException
- java.lang.CharSequence
- Unicode Support
- Examples
- Other Resources
- .NET and C#
- Supported Metacharacters
- Regular Expression Classes and Interfaces
- Regex
- Match
- Group
- Unicode Support
- Examples
- Other Resources
- PHP
- Supported Metacharacters
- Pattern-Matching Functions
- Examples
- Other Resources
- Python
- Supported Metacharacters
- re Module Objects and Functions
- Module Functions
- RegExp
- Match Objects
- Unicode Support
- Examples
- Other Resources
- RUBY
- Supported Metacharacters
- Object-Oriented Interface
- String
- Regexp
- MatchData
- Unicode Support
- Examples
- JavaScript
- Supported Metacharacters
- Pattern-Matching Methods and Objects
- String
- RegExp
- Examples
- Other Resources
- PCRE
- Supported Metacharacters
- PCRE API
- PCRE API Synopsis
- Unicode Support
- Examples
- Other Resources
- Apache Web Server
- Supported Metacharacters
- RewriteRule
- Matching Directives
- Examples
- vi Editor
- Supported Metacharacters
- Pattern Matching
- Searching
- Substitution
- Examples
- Other Resources
- Shell Tools
- Supported Metacharacters
- egrep
- sed
- awk
- Other Resources
- Supported Metacharacters
- About This Book
- Index
- About the Author
- Copyright