|
游客,本帖隐藏的内容需要积分高于 1 才可浏览,您当前积分为 0
资源信息:
中文名: 正则表达式袖珍参考手册 (第2版)
原名: Regular Expression Pocket Reference: for Perl, Ruby, PHP, Python, C, Java and .NET
作者: Tony Stubblebine
图书分类: 软件
资源格式: PDF
版本: 英文文字版
出版社: O'Reilly
书号: 978-0-596-51427-3
发行时间: 2007年06月
地区: 美国
语言: 英文
概述:
内容介绍:
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
内容截图:
目录:
Introduction to Regexes and Pattern Matching
Regular Expression Cookbook
Perl 5.8
Java (java.util.regex)
.NET and C#
PHP
RUBY
Javascript
PCRE
Apache Web Server
vi Editor
Shell Tools
|