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 comman...

Descripción completa

Detalles Bibliográficos
Autor principal: Stubblebine, Tony (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Beijing ; Farnham : O'Reilly 2009.
2003.
Edición:First edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627451006719
Tabla de Contenidos:
  • Contents; Regular Expression PocketReference; About This Book; Conventions Used in This Book; Acknowledgments; Introduction to Regexes andPattern Matching; Regex Metacharacters, Modes, andConstructs; 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