Regular Expression Function-split replace in Python Programming Language
In this tutorial we will learn about regular expression function in detail.Regular expressions are one of the powerful tool for matching patterns in text or string.There are many regular expression function here we are discussing few which are widely used.To use them we need to import re module.Split function is helpful to split strings into different words based on pattern and replace is helpful to replace one or more words in string.
Watch this tutorial to learn about Regular Expression Function
