On Mon, Feb 26, 2007 at 10:51:26PM -0800, Michael Heth wrote:
> 
> What I have is a situation where between some tabs I only have  
> numbers and a space so I thought was a good way to define where I  
> need the action to take place. In other parts of each line I have  
> numbers (address numbers etc.) and letters.
> 
> I would assume each zipcode<space>phonenumber has the same number of  
> digits but if I look through each line to confirm that I may a well  
> put the tabs in while I'm doing it.
> 
> That's why I said all I need is to replace that one space with a tab.

But you didn't say that; that's why we weren't sure what you wanted. :)

Find

\t([\d\-]+) (\d+)\t

Replace

\t\1\t\2\t

Ronald

-- 
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to