Regular Expressions in Perl Hello. This is japhy's book, chapter by chapter. If you have comments, email me at: japhy@perlmonk.org.

Introduction

  1. Preface
  1. Introduction

Tutorial

  1. Simple Pattern Elements (MS Word) (PDF)
  2. Controlling and Extending (MS Word) (PDF)
  3. Getting Data from Regexes (MS Word) (PDF)
  4. Pattern Modifiers (MS Word) (PDF)
  5. Global Matching (MS Word) (PDF)
  6. Substitution (MS Word) (PDF)
  7. The Look and Cut Assertions (MS Word) (PDF)
  8. Embedding Code and Logic (MS Word) (PDF)

Reference Guide

  1. Optimizing and Debugging (MS Word) (PDF)
  2. Avoiding Common Mistakes
  3. Practical Applications
  4. Tools and Resources

Appendices

  1. Exercise Solutions
  2. Common Regexes
  3. Miscellaneous