Skip to content

This jupyter notebook will help you to quickly go over the basic of regular expression using python

Notifications You must be signed in to change notification settings

Aniket97/Regular-expression-in-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Regular-expression-in-python

NOTE - Here I have made notes from the youtube tutorial by Corey Schafer (video)

This is a quick overview of the re module in python for writing regular expressions to match patterns in strings.

  • Quick explanations for code.
  • Many examples.
  • Directly see the outputs below the code block.
  • Download and experiment with the code to get a deeper insight of what a pattern returns.
  • A great to have ipynb to go through along with the youtube video.

About

This jupyter notebook will help you to quickly go over the basic of regular expression using python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published