import re function in python code example Example: python re m = re.search(r'[cbm]at', 'aat') print(m)