Chapter 3. Advanced regular expressions

Table of Contents
In this section...
Assumed knowledge
More metacharacters
Working with multiline strings
Backreferences
Section summary

In this section...

This section builds on the basic regular expressions taught in Netizen's Introduction to Perl course. We will learn how to handle data which consists of multiple lines of text, including how to input data as multiple lines and different ways of performing matches against that data.