Hello,<div><br></div><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">> How can I search my files in textmate for:<br>
> <spaces...>USE<space><br>> Where <spaces...> is any number of spaces and <space> is just one space.<br>
<br>Use a regular expression, something like \s+USE\s would do it. Make sure to tick the box saying "Regular Expression" in the find dialog (or hit cmd-alt-r to toggle it.)</div></blockquote><div><br></div><div>

Thanks!</div><div><br></div><div>Now, this regular expression also finds:</div><div><font class="Apple-style-span" face="'courier new', monospace">anything here    USE test</font></div><div>while I only want the search to be true if there is noting in front of USE, ONLY spaces.</div>

<div><br></div><div>Patrick</div></div></div>