Performing Pattern Matching with Perl Regular Expressions

A Brief Overview

Perl regular expressions enable you to perform pattern matching by using functions. A regular expression is a sequence of strings that defines a search pattern.
For example, suppose you have the Certadv.NANumbr data set, which contains phone numbers for the United States, Canada, and Mexico.
Figure 14.3 Certadv.NaNumbr Data Set (partial output)
Partial Certadv.NaNumbr Data Set
By using a regular expression, you can find valid values for Phone. The advantage of using regular expressions is that you can often accomplish in only one Perl regular expression function something that would require a combination ...

Get SAS Certified Professional Prep Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.