Python Regex
Python Regular Expressions or shortly RegEx are used to create search patterns. These search patterns are used to search a specified pattern in a string.
Python re functions
Following are the list of tutorials covering functions in Python re package.
List of Regex Tutorials
- Python Regex – Check if String starts with a Specific Word
- Python Regex – Check if String ends with Specific Word
- Python RegEx – Extract or Find All the Numbers in a String
- Python RegEx – Find numbers of specific length in String
Summary
In this tutorial of Python Examples, we have gone through some of the topics based on Regular Expressions in Python.