Hour 16. Regular Expressions

What You’ll Learn in This Hour:

Image What regular expressions are

Image How to define regular expression patterns

Image How to use regular expressions in your scripts

One of the most common functions used in Python scripts is the manipulation of string data. One of the things Python is known for is its ability to easily search and modify strings. One of the features in Python that provides support for string parsing is regular expressions. ...

Get Sams Teach Yourself Python Programming for Raspberry Pi in 24 Hours, Second Edition 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.