Regex in Python - printing all matches
I've been dabbling in a bit of python. A good friend of mine, Michael, has given me a head start on this (http://benz.io/posts/Python-Regex/) - the re module is very nifty. re.match can return a "None" or matched result using Michael'…