# File: pre-example-1.py import pre p = pre.compile("[Python]+") print p.findall("Python is not that bad")