Re: [Tutor] Help Python String Search

2008-10-06 Thread Kent Johnson
On Mon, Oct 6, 2008 at 5:37 PM, Deitemeyer, Adam R <[EMAIL PROTECTED]> wrote: > Hello, > > I'm a beginner Python user and I have simple python issue I can't seem to > solve. I want to do a truth test on a string to see if a another string is > contained within it. I found that typically the re mo

Re: [Tutor] Help Python String Search

2008-10-06 Thread John Fouhy
2008/10/7 Deitemeyer, Adam R <[EMAIL PROTECTED]>: > I'm a beginner Python user and I have simple python issue I can't seem to > solve. I want to do a truth test on a string to see if a another string is > contained within it. I found that typically the re module has the methods > to accomplish th