tutorial.eyehunts.com
Python search string for a pattern | Example code
Use a Regex object’s search() method to search the string it is passed for any matches to the pattern in Python. Match objects have a group
Rohit