[TxMt] Re: How to search for ...

Caius Durling caius at caius.name
Thu Jul 1 21:50:15 UTC 2010


On 1 Jul 2010, at 21:27, Patrick Mast wrote:

> How can I search my files in textmate for:
> <spaces...>USE<space>
> 
> Where <spaces...> is any number of spaces and <space> is just one space.


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.)

C
---
Caius Durling
caius at caius.name
+44 (0) 7960 268 100
http://caius.name/




More information about the textmate mailing list