tutorial.eyehunts.com
Python RegEx find and replace | Example code - EyeHunts
Use re.sub() method of the re module to replace the string that matches the RegEx (regular expression) in Python.
Rohit