import re if re.match("mati", "mati"): print "sobib" if re.match(".mati", "umati"): print "sobib" if re.match(".*mati", "unemati"): print "sobib"