Introducing regular expressions / Michael Fitzgerald [Texto impreso]
Language: English Publisher: Sebastopol, CA : O´Relly, 2012Description: [137] p. : il. ; 24 cmISBN: 978-1-449-39268-0Subject(s): Lenguajes de programación | Procesamiento de textos (Informática)Item type | Current location | Collection | Call number | Status | Date due | Barcode | Course reserves |
---|---|---|---|---|---|---|---|
Libro | Biblioteca Universidad Europea del Atlántico Fondo General | No ficción | 004.43 FIT int | Available | 1264 |
1. What is a regular expression? ; 2. Simple Pattern Matching ; 3. Boundaries ; 4. Alternation, groups, and backreferences ; 5. Character classes ; 6. Matching Unicode and other Characters ; 7. Quantifiers ; 8. Lookarounds ; 9. Marking Up a Document with HTML ; 10. The end of the beginning ; Appendix: Regular expression reference ; Regular expression glossary ; Index ;
Regular expressions remain a difficult part of the puzzle when learning how to program. Commonly used for sifting through large chunks of text, regexes are incredibly powerful although they may appear daunting to the newcomer. And variations among languages and environments make them even harder to master. Loaded with examples, this introductory guide walks beginners step-by-step through the fundamentals of regular expressions, and helps you decipher complex patterns. * Break down regular expressions into comprehensible parts * Learn common usage patterns through simple, easy-to-follow examples * Discover how finding unique patterns can help you avoid repetitive, hand-editing of text * Use common command-line tools such as grep and sed * Compare how regular expressions are implemented in different languages and environments.