November 2017
Beginner to intermediate
204 pages
5h 23m
English
If you are interested, the Python documentation has a more complete coverage of regular expressions. It can be found at https://docs.python.org/3.6/library/re.html.
I will spend the rest of this chapter discussing the application of regular expressions to extract information. In the following sections, you will build a program that, given a set of addresses, extracts the street name of each address.
Read now
Unlock full access