[TxMt] Re: Selecting a line without its leading and trailing spaces

Oliver Taylor oliver at ollieman.net
Sun Sep 2 03:10:35 UTC 2007


Regular expression search macro does the trick. I've been using one I 
whipped up in a few minutes for about a year. It goes like this:

^A (move to beginning of paragraph)
search for: [^\s].*[^\s\n]$





More information about the textmate mailing list