python re match all characters onlyu characters code example Example: regex in python >>> import re >>> p = re.compile('ab*') >>> p re.compile('ab*')