Python Regular Expression Tutorial
In this tutorial, you will learn the Regular Expressions and the regular expression operations defined in the re module in Python. re is the standard library of Python which supports matching operations of regular expression. Regular expression in Python is a set of characters or sequence that is used to match a string to another pattern using a formal syntax. You could think of regular expressions as a small programming language that is embedded in Python.