I just started playing around with twill and I really like it so far. I had a question about the find command. The docs say the following:<br><br><strong>find</strong> <em>&lt;regexp&gt;</em> -- assert that the page contains this regular expression. The variable 
<tt class="docutils literal"><span class="pre">__match__</span></tt> is set to the matching string.<br><br>If I have a body of text like this: &quot;Foo bar foo&quot;<br><br>And I say &quot;find foo&quot; - will 'find' locate both instances of 'foo?'
<br>