Regular Expressions Python Tutorial

import re
re.findall('car', 'car')
re.findall('car', 'scary')
re.findall('car', 'carry')