top of page
Search

How to use regular expressions in Python [Video]

  • Aaron Barlev
  • Feb 7, 2023
  • 1 min read

Updated: Mar 6, 2023

This video provides a general overview on how to work with regular expressions (regex) in Python using the re module. The focus is mostly on the search function with a demonstration on how to check for the existence of a search pattern and how to separate a string of text using a search pattern.


If you're a beginner programmer, consider taking live coding classes on Zoom with an experienced software engineer using CodeConda. Before watching this video, make sure to set up VS Code for Python.




 
 
bottom of page