Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Regular Expressions in Python Introduction to Regular Expressions Compiling and Loops

Great course. Very informative. Was replacing matches with sub or subn covered?

It may have been covered but I don't recall. It certainly is an indispensable component to working with regular expressions. If it hasn't been covered, will there be a continuation course on Python's regex implementation at some point in the future? Thank you.

1 Answer

Kenneth Love
STAFF
Kenneth Love
Treehouse Guest Teacher

.sub() and .split() are both mentioned in the email that you get for completing the badge.

As for a future regex course, I don't know if there'll be one. There isn't much to cover, that wasn't covered in this one, that is still useful to most developers.

I wasn't aware that we received emails upon completing badges. I might have opted out in my settings. Do most of them contain extra useful info like you mentioned for this course?