Regular expression pocket reference /
Regular expressions are such a powerful tool for manipulating text and data that anyone who uses a computer can benefit from them. Composed of a mixture of symbols and text, regular expressions can be an outlet for creativity, for brilliant programming, and for the elegant solution. While a command...
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
Beijing ; Farnham :
O'Reilly,
2003.
|
Edition: | 1st ed. |
Subjects: | |
Online Access: | Texto completo (Requiere registro previo con correo institucional) |
Table of Contents:
- Regular Expression PocketReference; 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; 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 MetacharactersRegular 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; Python; Supported Metacharacters; re Module Objects and Functions; Module Functions; RegExp; Match Objects; Unicode Support; Examples; Other Resources; PCRE Lib; Supported Metacharacters; PCRE API
- PCRE API SynopsisUnicode Support; Examples; Other Resources; PHP; Supported Metacharacters; Pattern-Matching Functions; Examples; Other Resources; vi Editor; Supported Metacharacters; Pattern Matching; Searching; Substitution; Examples; Other Resources; JavaScript; Supported Metacharacters; Pattern-Matching Methods and Objects; String; RegExp; Examples; Other Resources; Shell Tools; Supported Metacharacters; egrep; sed; awk; Other Resources; Index