Hash = { 'a': 1, 'b': 2, 'c': 3, 'aa': 4 } Hash = dict([(k, v) for k, v in Hash.items() if re.compile(r'a').search(k)])