Re: shouldn't 'string'.find('ugh') return 0, not -1 ?




if 'something' in check:
do(somethingElse)

Tim, you're absolutely right that the above makes far more sense in my case.
Thanks for pointing that out.

-jelle

.