tutorial.eyehunts.com
Python find all occurrences in the string | Example code
Simply use the powerful regular expressions with list comprehension + start() method to find all occurrences in the string in Python.
Rohit