What RE would i use to match this whole word, 'Rasping' i was using: searchString = re.compile('Rasping', re.IGNORECASE) but this don't seem to be right. Im missing something! any help would be appreiciated! G. Willoughby