What RE would i use to match this whole word?

G. Willoughby thecalm at NOSPAM.btinternet.com
Sat Jul 28 15:27:52 EDT 2001


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





More information about the Python-list mailing list