Chapter 8. Regular expressions

Table of Contents
In this chapter...
What are regular expressions?
Regular expression operators and functions
Metacharacters
Grouping techniques
Exercises
Chapter summary

In this chapter...

In this chapter we begin to explore Perl's powerful regular expression cababilities, and use regular expressions to perform matching and substitution operations on text.