Understanding regular expressions in Python

Roberto Diaz
3 min readApr 23, 2024

When we program in any programming language, we often have to deal with text. Sometimes it’s simple, but other times these texts have a very complicated format to process with typical programming techniques. This is where regular expressions or regex come in. In this article, you will learn how to unleash their potential using Python.

What is a regular expression

--

--

Roberto Diaz

Data Scientist. Passionate about tech. I write about Machine Learning and Cloud Computing.